Time: 28/07/2025 11:04:52 AM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 28/07/2025 11:04:52 AM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_za4m0fup StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 28/07/2025 11:04:52 AM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 28/07/2025 11:04:52 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_za4m0fup StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 28/07/2025 11:04:52 AM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 28/07/2025 11:04:52 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_za4m0fup StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 28/07/2025 11:05:27 AM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='7/28/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='7/28/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 28/07/2025 11:05:27 AM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='7/28/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='7/28/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pbaqokfc StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 28/07/2025 11:05:27 AM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='7/28/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 28/07/2025 11:05:27 AM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='7/28/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pbaqokfc StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 28/07/2025 11:05:27 AM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 28/07/2025 12:59:06 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/25/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 28/07/2025 12:59:14 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 12:59:14 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lldr30f0 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 01:05:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/25/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 28/07/2025 01:05:13 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 01:05:13 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lldr30f0 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 01:05:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/26/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 28/07/2025 01:05:34 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 01:05:34 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lldr30f0 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 01:28:19 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/27/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 28/07/2025 01:28:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 01:28:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lldr30f0 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 01:28:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/26/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 28/07/2025 01:28:50 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 01:28:50 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lldr30f0 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 01:42:58 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/25/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 28/07/2025 01:43:05 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/25/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 28/07/2025 01:43:12 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 01:43:12 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lldr30f0 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 01:49:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/25/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 28/07/2025 01:49:53 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 01:49:53 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lldr30f0 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 01:50:37 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/26/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 28/07/2025 01:50:43 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 01:50:43 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lldr30f0 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 02:46:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:12 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:12 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:12 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:12 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:12 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:12 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:12 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:12 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:12 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:12 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:12 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:12 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:12 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:12 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 02:46:12 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00031' AND ld.CenterId='N2:01:03010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_4enbjq4x StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/07/2025 03:34:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/28/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 28/07/2025 03:37:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/25/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 28/07/2025 03:38:16 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 03:38:16 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lldr30f0 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 03:42:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 03:42:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_1limjqls StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 03:42:59 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/26/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 28/07/2025 03:43:09 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 03:43:09 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lldr30f0 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 03:45:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/27/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 28/07/2025 03:45:53 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 03:45:53 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lldr30f0 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 03:47:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/26/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 28/07/2025 03:48:01 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/26/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 28/07/2025 03:48:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 03:48:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lldr30f0 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 03:54:48 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 03:54:48 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lldr30f0 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 03:57:33 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 03:57:33 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lldr30f0 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 05:47:58 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 05:47:58 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ndltcbhj StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 06:13:01 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:06039:01:05:02:02' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 28/07/2025 06:13:15 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:06039:01:05:02:02' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 28/07/2025 06:15:54 PM PageName: UserMasterSetting_MenuMasterMain String str: SELECT a.MMId, (SELECT MMName FROM MenuMasterHead WITH(nolock) WHERE MMId=a.MMId)AS MMName, a.MId, a.MName, a.MURL, a.MMURL, a.MMobile, a.Sub, a.MOrder, a.MStatus, a.MImage, a.MDetail, isnull((SELECT Count(SId) FROM MenuMasterSub WITH(nolock) WHERE MId=a.MId AND SStatus='Active'),0) AS NoOfSubMenu FROM MenuMasterMain a WITH(nolock) WHERE a.MId='680' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: 'ddlMobileLogin' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value Source: System.Web StackTrace: at System.Web.UI.WebControls.ListControl.set_SelectedValue(String value) at UserMasterSetting_MenuMasterMain.lbtnSelect_Click(Object sender, EventArgs e) TargetSite: Void set_SelectedValue(System.String) Time: 28/07/2025 06:15:58 PM PageName: UserMasterSetting_MenuMasterMain String str: SELECT a.MMId, (SELECT MMName FROM MenuMasterHead WITH(nolock) WHERE MMId=a.MMId)AS MMName, a.MId, a.MName, a.MURL, a.MMURL, a.MMobile, a.Sub, a.MOrder, a.MStatus, a.MImage, a.MDetail, isnull((SELECT Count(SId) FROM MenuMasterSub WITH(nolock) WHERE MId=a.MId AND SStatus='Active'),0) AS NoOfSubMenu FROM MenuMasterMain a WITH(nolock) WHERE a.MId='870' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: 'ddlMobileLogin' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value Source: System.Web StackTrace: at System.Web.UI.WebControls.ListControl.set_SelectedValue(String value) at UserMasterSetting_MenuMasterMain.lbtnSelect_Click(Object sender, EventArgs e) TargetSite: Void set_SelectedValue(System.String) Time: 28/07/2025 06:16:05 PM PageName: UserMasterSetting_MenuMasterMain String str: SELECT a.MMId, (SELECT MMName FROM MenuMasterHead WITH(nolock) WHERE MMId=a.MMId)AS MMName, a.MId, a.MName, a.MURL, a.MMURL, a.MMobile, a.Sub, a.MOrder, a.MStatus, a.MImage, a.MDetail, isnull((SELECT Count(SId) FROM MenuMasterSub WITH(nolock) WHERE MId=a.MId AND SStatus='Active'),0) AS NoOfSubMenu FROM MenuMasterMain a WITH(nolock) WHERE a.MId='858' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: 'ddlMobileLogin' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value Source: System.Web StackTrace: at System.Web.UI.WebControls.ListControl.set_SelectedValue(String value) at UserMasterSetting_MenuMasterMain.lbtnSelect_Click(Object sender, EventArgs e) TargetSite: Void set_SelectedValue(System.String) Time: 28/07/2025 06:34:41 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 28/07/2025 06:43:23 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 28/07/2025 06:52:55 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:06052:01:01:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 28/07/2025 07:22:51 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='7/28/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00059' AND a.CenterId='N2:01:02054' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 28/07/2025 08:09:39 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 08:09:39 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ndltcbhj StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/07/2025 08:15:10 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/07/2025 08:15:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_4zsyy5nu StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/07/2025 06:30:31 AM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 06:30:36 AM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 06:30:40 AM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 06:41:21 AM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 06:41:45 AM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 06:53:05 AM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 08:40:06 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/07/2025 08:40:06 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_dsq2e4si StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/07/2025 09:05:53 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/07/2025 09:05:53 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_dsq2e4si StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/07/2025 12:30:32 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:31:55 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:34:42 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:35:21 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:36:48 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:37:09 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:44:14 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:44:46 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:45:05 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:46:16 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:46:42 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:46:48 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:46:51 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:48:15 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:53:55 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:54:38 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:55:20 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:55:30 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 12:59:50 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 01:46:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/07/2025 01:46:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_dsq2e4si StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/07/2025 01:59:50 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/29/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 29/07/2025 01:59:55 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/07/2025 01:59:55 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_15p4dai5 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/07/2025 02:01:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/07/2025 02:01:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_dsq2e4si StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/07/2025 03:54:50 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/29/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 29/07/2025 03:54:58 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/07/2025 03:54:58 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_15p4dai5 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/07/2025 03:57:50 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/29/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 29/07/2025 03:57:56 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/07/2025 03:57:56 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_15p4dai5 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/07/2025 04:04:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/29/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 29/07/2025 04:05:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/29/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 29/07/2025 04:06:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/07/2025 04:06:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_15p4dai5 StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/07/2025 04:20:38 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 29/07/2025 04:21:28 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 29/07/2025 04:22:51 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 29/07/2025 04:23:27 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 04:25:32 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 29/07/2025 04:25:46 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 04:25:49 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 04:26:14 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 04:32:13 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 29/07/2025 04:32:18 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 29/07/2025 04:42:02 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 04:49:28 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 29/07/2025 05:08:31 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 29/07/2025 05:41:15 PM PageName: Employee_EmployeeRegistration String str: SELECT Count(1) AS Nos0 FROM EmployeeRegistrationDetail WHERE EmployeeId='EMP00084' ; SELECT Count(1) AS Nos1 FROM UserLoginDetail WHERE UserLoginId='EMP00084' ; SELECT Count(1) AS Nos2 FROM EmployeeRegistrationDetail WHERE AadharNo='779501936176' AND EmployeeName='Sachin Kumar' AND GuardianName='Ram Vinod Rai' ; String sql: INSERT INTO EmployeeRegistrationDetail ( BranchId, BranchName, EmployeeId, EmployeeName, EmployeeSalutation, DepartmentId, DepartmentName, DesignationId, DesignationName, EmployeeType, EmployeeGrade, EmployeeIdType, EmpJoinDate, GuardianSalutation, GuardianName, EmployeeMobileNo, EmployeeContactNo, EmployeeEmailId, EmployeeDOB, EmployeeGender, EmployeeReligion, EmployeeCategory, MaritalStatus, DateOfMarriage, SpouseName, Qualification, RelevantExperience, PreviousEmployment, DocumentSubmitted, LiabilityHeadId, LiabilityHeadName, ExpenceHeadId, ExpenceHeadName, RegStatus, SalaryStatus, AttendanceStatus, GroupLoanTeam, PermanentAddress, PermanentCity, PermanentStateId, PermanentStateName, PermanentDistrictId, PermanentDistrictName, PermanentPinCode, SameAsPostal, PostalAddress, PostalCity, PostalStateId, PostalStateName, PostalDistrictId, PostalDistrictName, PostalPinCode, BankAccountType, BankAccountNo, BankIFSCCode, BankNameId, BankName, BankBranch, AadharNo, PANNo, VoterIdNo, DLNo, PFAccountNo, PFUANNo, ESINo, AttInHH, AttInMM, AttOutHH, AttOutMM, EntryUser, EntryTime ) VALUES ( '105', 'Gopalganj', 'EMP00084', 'Sachin Kumar', 'Mr.', '13', 'Operation', '35', 'CM', 'FullTime', 'Grade-01', 'Software', '7/29/2025 12:00:00 AM', 'S/O', 'Ram Vinod Rai', '6202069246', '', '', '8/20/1999 12:00:00 AM', 'Male', 'Hindu', 'OBC', 'Married', '1/1/1900 12:00:00 AM', '', '', '', '', '', '', '', '', '', 'Pending', 'InActive', 'InActive', 'Yes', '', '', '', '', '', '', '', 'Yes', '', '', '', '', '', '', '', 'Saving', '', '', '', '', '', '779501936176', 'JIRPK9694A', '', '', '', '', '','','','','', 'superadmin', GETDATE() ) ; INSERT INTO UserLoginDetail ( UserLoginId, UserPassword, UserRole, UserLoginStatus, UserWebLogin, UserEXELogin, UserMenuType, EmployeeId, BranchId, BranchName, UserWorkingDate, NoOfBackDate, UserName, UserMobileNo, UserEmailId, UserAddress, UserJoinDate, EntryUser, EntryTime ) VALUES ( 'EMP00084', 'RQBNAFAAMAAwADAAOAA0AA==', 'Admin', 'InActive', 'InActive', 'InActive', null, 'EMP00084', '105', 'Gopalganj', '7/29/2025 12:00:00 AM', '0', 'Sachin Kumar', '6202069246', '', '', '7/29/2025 12:00:00 AM', 'superadmin', GETDATE() ) ; INSERT INTO BranchPermission ( UserId, BranchId, EntryUser, EntryDate ) VALUES ( 'EMP00084', '105', 'superadmin', GETDATE() ) ; UPDATE BranchNameMaster SET EmployeeCounter=ISNULL(EmployeeCounter,0)+1 WHERE BranchId IN ( SELECT TOP 1 BranchId FROM BranchNameMaster WHERE BranchTable='A' ORDER BY BranchId ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at Employee_EmployeeRegistration.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 29/07/2025 05:41:26 PM PageName: Employee_EmployeeRegistration String str: SELECT Count(1) AS Nos0 FROM EmployeeRegistrationDetail WHERE EmployeeId='EMP00084' ; SELECT Count(1) AS Nos1 FROM UserLoginDetail WHERE UserLoginId='EMP00084' ; SELECT Count(1) AS Nos2 FROM EmployeeRegistrationDetail WHERE AadharNo='779501936176' AND EmployeeName='Sachin Kumar' AND GuardianName='Ram Vinod Rai' ; String sql: INSERT INTO EmployeeRegistrationDetail ( BranchId, BranchName, EmployeeId, EmployeeName, EmployeeSalutation, DepartmentId, DepartmentName, DesignationId, DesignationName, EmployeeType, EmployeeGrade, EmployeeIdType, EmpJoinDate, GuardianSalutation, GuardianName, EmployeeMobileNo, EmployeeContactNo, EmployeeEmailId, EmployeeDOB, EmployeeGender, EmployeeReligion, EmployeeCategory, MaritalStatus, DateOfMarriage, SpouseName, Qualification, RelevantExperience, PreviousEmployment, DocumentSubmitted, LiabilityHeadId, LiabilityHeadName, ExpenceHeadId, ExpenceHeadName, RegStatus, SalaryStatus, AttendanceStatus, GroupLoanTeam, PermanentAddress, PermanentCity, PermanentStateId, PermanentStateName, PermanentDistrictId, PermanentDistrictName, PermanentPinCode, SameAsPostal, PostalAddress, PostalCity, PostalStateId, PostalStateName, PostalDistrictId, PostalDistrictName, PostalPinCode, BankAccountType, BankAccountNo, BankIFSCCode, BankNameId, BankName, BankBranch, AadharNo, PANNo, VoterIdNo, DLNo, PFAccountNo, PFUANNo, ESINo, AttInHH, AttInMM, AttOutHH, AttOutMM, EntryUser, EntryTime ) VALUES ( '105', 'Gopalganj', 'EMP00084', 'Sachin Kumar', 'Mr.', '13', 'Operation', '35', 'CM', 'FullTime', 'Grade-01', 'Software', '7/29/2025 12:00:00 AM', 'S/O', 'Ram Vinod Rai', '6202069246', '', '', '8/20/1999 12:00:00 AM', 'Male', 'Hindu', 'OBC', 'Married', '1/1/1900 12:00:00 AM', '', '', '', '', '', '', '', '', '', 'Approved', 'Active', 'Active', 'Yes', '', '', '', '', '', '', '', 'Yes', '', '', '', '', '', '', '', 'Saving', '', '', '', '', '', '779501936176', 'JIRPK9694A', '', '', '', '', '','','','','', 'superadmin', GETDATE() ) ; INSERT INTO UserLoginDetail ( UserLoginId, UserPassword, UserRole, UserLoginStatus, UserWebLogin, UserEXELogin, UserMenuType, EmployeeId, BranchId, BranchName, UserWorkingDate, NoOfBackDate, UserName, UserMobileNo, UserEmailId, UserAddress, UserJoinDate, EntryUser, EntryTime ) VALUES ( 'EMP00084', 'RQBNAFAAMAAwADAAOAA0AA==', 'SubAdmin', 'InActive', 'InActive', 'InActive', null, 'EMP00084', '105', 'Gopalganj', '7/29/2025 12:00:00 AM', '0', 'Sachin Kumar', '6202069246', '', '', '7/29/2025 12:00:00 AM', 'superadmin', GETDATE() ) ; INSERT INTO BranchPermission ( UserId, BranchId, EntryUser, EntryDate ) VALUES ( 'EMP00084', '105', 'superadmin', GETDATE() ) ; UPDATE BranchNameMaster SET EmployeeCounter=ISNULL(EmployeeCounter,0)+1 WHERE BranchId IN ( SELECT TOP 1 BranchId FROM BranchNameMaster WHERE BranchTable='A' ORDER BY BranchId ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at Employee_EmployeeRegistration.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 29/07/2025 05:41:40 PM PageName: Employee_EmployeeRegistration String str: SELECT Count(1) AS Nos0 FROM EmployeeRegistrationDetail WHERE EmployeeId='EMP00084' ; SELECT Count(1) AS Nos1 FROM UserLoginDetail WHERE UserLoginId='EMP00084' ; SELECT Count(1) AS Nos2 FROM EmployeeRegistrationDetail WHERE AadharNo='779501936176' AND EmployeeName='Sachin Kumar' AND GuardianName='Ram Vinod Rai' ; String sql: INSERT INTO EmployeeRegistrationDetail ( BranchId, BranchName, EmployeeId, EmployeeName, EmployeeSalutation, DepartmentId, DepartmentName, DesignationId, DesignationName, EmployeeType, EmployeeGrade, EmployeeIdType, EmpJoinDate, GuardianSalutation, GuardianName, EmployeeMobileNo, EmployeeContactNo, EmployeeEmailId, EmployeeDOB, EmployeeGender, EmployeeReligion, EmployeeCategory, MaritalStatus, DateOfMarriage, SpouseName, Qualification, RelevantExperience, PreviousEmployment, DocumentSubmitted, LiabilityHeadId, LiabilityHeadName, ExpenceHeadId, ExpenceHeadName, RegStatus, SalaryStatus, AttendanceStatus, GroupLoanTeam, PermanentAddress, PermanentCity, PermanentStateId, PermanentStateName, PermanentDistrictId, PermanentDistrictName, PermanentPinCode, SameAsPostal, PostalAddress, PostalCity, PostalStateId, PostalStateName, PostalDistrictId, PostalDistrictName, PostalPinCode, BankAccountType, BankAccountNo, BankIFSCCode, BankNameId, BankName, BankBranch, AadharNo, PANNo, VoterIdNo, DLNo, PFAccountNo, PFUANNo, ESINo, AttInHH, AttInMM, AttOutHH, AttOutMM, EntryUser, EntryTime ) VALUES ( '105', 'Gopalganj', 'EMP00084', 'Sachin Kumar', 'Mr.', '13', 'Operation', '35', 'CM', 'FullTime', 'Grade-01', 'Software', '7/29/2025 12:00:00 AM', 'S/O', 'Ram Vinod Rai', '6202069246', '', '', '8/20/1999 12:00:00 AM', 'Male', 'Hindu', 'OBC', 'Married', '1/1/1900 12:00:00 AM', '', '', '', '', '', '', '', '', '', 'Approved', 'Active', 'Active', 'Yes', '', '', '', '', '', '', '', 'Yes', '', '', '', '', '', '', '', 'Saving', '', '', '', '', '', '779501936176', 'JIRPK9694A', '', '', '', '', '','','','','', 'superadmin', GETDATE() ) ; INSERT INTO UserLoginDetail ( UserLoginId, UserPassword, UserRole, UserLoginStatus, UserWebLogin, UserEXELogin, UserMenuType, EmployeeId, BranchId, BranchName, UserWorkingDate, NoOfBackDate, UserName, UserMobileNo, UserEmailId, UserAddress, UserJoinDate, EntryUser, EntryTime ) VALUES ( 'EMP00084', 'RQBNAFAAMAAwADAAOAA0AA==', 'SubAdmin', 'InActive', 'InActive', 'InActive', null, 'EMP00084', '105', 'Gopalganj', '7/29/2025 12:00:00 AM', '0', 'Sachin Kumar', '6202069246', '', '', '7/29/2025 12:00:00 AM', 'superadmin', GETDATE() ) ; INSERT INTO BranchPermission ( UserId, BranchId, EntryUser, EntryDate ) VALUES ( 'EMP00084', '105', 'superadmin', GETDATE() ) ; UPDATE BranchNameMaster SET EmployeeCounter=ISNULL(EmployeeCounter,0)+1 WHERE BranchId IN ( SELECT TOP 1 BranchId FROM BranchNameMaster WHERE BranchTable='A' ORDER BY BranchId ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at Employee_EmployeeRegistration.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 29/07/2025 05:56:37 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 29/07/2025 05:58:05 PM PageName: Employee_EmployeeRegistration String str: SELECT Count(1) AS Nos0 FROM EmployeeRegistrationDetail WHERE EmployeeId='EMP00084' ; SELECT Count(1) AS Nos1 FROM UserLoginDetail WHERE UserLoginId='EMP00084' ; SELECT Count(1) AS Nos2 FROM EmployeeRegistrationDetail WHERE AadharNo='779501936176' AND EmployeeName='Sachin Kumar' AND GuardianName='Ram Vinod Rai' ; String sql: INSERT INTO EmployeeRegistrationDetail ( BranchId, BranchName, EmployeeId, EmployeeName, EmployeeSalutation, DepartmentId, DepartmentName, DesignationId, DesignationName, EmployeeType, EmployeeGrade, EmployeeIdType, EmpJoinDate, GuardianSalutation, GuardianName, EmployeeMobileNo, EmployeeContactNo, EmployeeEmailId, EmployeeDOB, EmployeeGender, EmployeeReligion, EmployeeCategory, MaritalStatus, DateOfMarriage, SpouseName, Qualification, RelevantExperience, PreviousEmployment, DocumentSubmitted, LiabilityHeadId, LiabilityHeadName, ExpenceHeadId, ExpenceHeadName, RegStatus, SalaryStatus, AttendanceStatus, GroupLoanTeam, PermanentAddress, PermanentCity, PermanentStateId, PermanentStateName, PermanentDistrictId, PermanentDistrictName, PermanentPinCode, SameAsPostal, PostalAddress, PostalCity, PostalStateId, PostalStateName, PostalDistrictId, PostalDistrictName, PostalPinCode, BankAccountType, BankAccountNo, BankIFSCCode, BankNameId, BankName, BankBranch, AadharNo, PANNo, VoterIdNo, DLNo, PFAccountNo, PFUANNo, ESINo, AttInHH, AttInMM, AttOutHH, AttOutMM, EntryUser, EntryTime ) VALUES ( '105', 'Gopalganj', 'EMP00084', 'Sachin Kumar', 'Mr.', '13', 'Operation', '35', 'CM', 'FullTime', 'Grade-01', 'Software', '7/29/2025 12:00:00 AM', 'S/O', 'Ram Vinod Rai', '6202069246', '', '', '8/20/1999 12:00:00 AM', 'Male', 'Hindu', 'OBC', 'Married', '1/1/1900 12:00:00 AM', '', '', '', '', '', '', '', '', '', 'Approved', 'Active', 'Active', 'Yes', '', '', '', '', '', '', '', 'Yes', '', '', '', '', '', '', '', 'Saving', '', '', '', '', '', '779501936176', 'JIRPK9694A', '', '', '', '', '','','','','', 'superadmin', GETDATE() ) ; INSERT INTO UserLoginDetail ( UserLoginId, UserPassword, UserRole, UserLoginStatus, UserWebLogin, UserEXELogin, UserMenuType, EmployeeId, BranchId, BranchName, UserWorkingDate, NoOfBackDate, UserName, UserMobileNo, UserEmailId, UserAddress, UserJoinDate, EntryUser, EntryTime ) VALUES ( 'EMP00084', 'RQBNAFAAMAAwADAAOAA0AA==', 'SubAdmin', 'InActive', 'InActive', 'InActive', null, 'EMP00084', '105', 'Gopalganj', '7/29/2025 12:00:00 AM', '0', 'Sachin Kumar', '6202069246', '', '', '7/29/2025 12:00:00 AM', 'superadmin', GETDATE() ) ; INSERT INTO BranchPermission ( UserId, BranchId, EntryUser, EntryDate ) VALUES ( 'EMP00084', '105', 'superadmin', GETDATE() ) ; UPDATE BranchNameMaster SET EmployeeCounter=ISNULL(EmployeeCounter,0)+1 WHERE BranchId IN ( SELECT TOP 1 BranchId FROM BranchNameMaster WHERE BranchTable='A' ORDER BY BranchId ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at Employee_EmployeeRegistration.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 29/07/2025 06:00:43 PM PageName: DataSetResult String str: SELECT DepartmentId, DepartmentName FROM DepartmentMaster WITH(nolock) WHERE DepartmentStatus='Active' ORDER BY DepartmentName ; SELECT DesignationId, DesignationName FROM DesignationMaster WITH(nolock) WHERE DesignationStatus='Active' ORDER BY DesignationName ; SELECT EmployeeTypeId, EmployeeTypeName FROM EmployeeTypeMaster WITH(nolock) WHERE EmployeeTypeStatus='Active' ORDER BY EmployeeTypeName ; SELECT GradeName FROM EmployeeGradeMaster WITH(nolock) WHERE GradeStatus='Active' ORDER BY GradeName ; SELECT BankId, BankName FROM BankNameMaster WITH(nolock) WHERE BankStatus='Active' ORDER BY BankName ; SELECT StateId, StateName FROM StateNameMaster WITH(nolock) WHERE StateStatus='Active' ORDER BY StateName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerId=(SELECT AccountHeadId FROM AccountHeadIdMaster WITH(nolock) WHERE AccountHeadStatus='Active' AND AccountHeadType='SalaryPayable') OR a.LedgerHead=(SELECT AccountHeadId FROM AccountHeadIdMaster WITH(nolock) WHERE AccountHeadStatus='Active' AND AccountHeadType='SalaryPayable') ORDER BY a.LedgerName; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerId=(SELECT AccountHeadId FROM AccountHeadIdMaster WITH(nolock) WHERE AccountHeadStatus='Active' AND AccountHeadType='SalaryExpence') OR a.LedgerHead=(SELECT AccountHeadId FROM AccountHeadIdMaster WITH(nolock) WHERE AccountHeadStatus='Active' AND AccountHeadType='SalaryExpence') ORDER BY a.LedgerName; SELECT EmployeeId, EmployeeAadharNo, EmployeeAadharVerify, EmployeePANNo, EmployeePANVerify, EmployeeVoterId, EmployeeVoterVerify, EmployeeDLNo, EmployeeDLNoVerify, EmployeeBankAccount, EmployeeBankVerify FROM ProjectDataSettingMaster WITH(nolock) String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'EmployeeDLNoVerify'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 29/07/2025 06:01:33 PM PageName: Employee_EmployeeRegistration String str: SELECT Count(1) AS Nos0 FROM EmployeeRegistrationDetail WHERE EmployeeId='EMP00084' ; SELECT Count(1) AS Nos1 FROM UserLoginDetail WHERE UserLoginId='EMP00084' ; SELECT Count(1) AS Nos2 FROM EmployeeRegistrationDetail WHERE AadharNo='779501936176' AND EmployeeName='Sachin Kumar' AND GuardianName='Ram Vinod Rai' ; String sql: INSERT INTO EmployeeRegistrationDetail ( BranchId, BranchName, EmployeeId, EmployeeName, EmployeeSalutation, DepartmentName, DesignationName, EmployeeType, EmployeeGrade, EmployeeIdType, EmpJoinDate, GuardianSalutation, GuardianName, EmployeeMobileNo, EmployeeContactNo, EmployeeEmailId, EmployeeDOB, EmployeeGender, EmployeeReligion, EmployeeCategory, MaritalStatus, DateOfMarriage, SpouseName, Qualification, RelevantExperience, PreviousEmployment, DocumentSubmitted, LiabilityHeadId, LiabilityHeadName, ExpenceHeadId, ExpenceHeadName, RegStatus, SalaryStatus, AttendanceStatus, GroupLoanTeam, PermanentAddress, PermanentCity, PermanentStateId, PermanentStateName, PermanentDistrictId, PermanentDistrictName, PermanentPinCode, SameAsPostal, PostalAddress, PostalCity, PostalStateId, PostalStateName, PostalDistrictId, PostalDistrictName, PostalPinCode, BankAccountType, BankAccountNo, BankIFSCCode, BankNameId, BankName, BankBranch, AadharNo, PANNo, VoterIdNo, DLNo, PFAccountNo, PFUANNo, ESINo, AttInHH, AttInMM, AttOutHH, AttOutMM, EntryUser, EntryTime ) VALUES ( '105', 'Gopalganj', 'EMP00084', 'Sachin Kumar', 'Mr.', 'Operation', 'CM', 'FullTime', 'Grade-01', 'Software', '7/29/2025 12:00:00 AM', 'S/O', 'Ram Vinod Rai', '6202069246', '', '', '8/20/1999 12:00:00 AM', 'Male', 'Hindu', 'OBC', 'Married', '1/1/1900 12:00:00 AM', '', '', '', '', '', '', '', '', '', 'Approved', 'Active', 'InActive', 'Yes', '', '', '', '', '', '', '', 'Yes', '', '', '', '', '', '', '', 'Saving', '', '', '', '', '', '779501936176', 'JIRPK9694A', '', '', '', '', '','','','','', 'superadmin', GETDATE() ) ; INSERT INTO UserLoginDetail ( UserLoginId, UserPassword, UserRole, UserLoginStatus, UserWebLogin, UserEXELogin, UserMenuType, EmployeeId, BranchId, BranchName, UserWorkingDate, NoOfBackDate, UserName, UserMobileNo, UserEmailId, UserAddress, UserJoinDate, EntryUser, EntryTime ) VALUES ( 'EMP00084', 'RQBNAFAAMAAwADAAOAA0AA==', 'SubAdmin', 'InActive', 'InActive', 'InActive', null, 'EMP00084', '105', 'Gopalganj', '7/29/2025 12:00:00 AM', '0', 'Sachin Kumar', '6202069246', '', '', '7/29/2025 12:00:00 AM', 'superadmin', GETDATE() ) ; INSERT INTO BranchPermission ( UserId, BranchId, EntryUser, EntryDate ) VALUES ( 'EMP00084', '105', 'superadmin', GETDATE() ) ; UPDATE BranchNameMaster SET EmployeeCounter=ISNULL(EmployeeCounter,0)+1 WHERE BranchId IN ( SELECT TOP 1 BranchId FROM BranchNameMaster WHERE BranchTable='A' ORDER BY BranchId ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'EntryDate'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at Employee_EmployeeRegistration.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 29/07/2025 06:01:40 PM PageName: Employee_EmployeeRegistration String str: SELECT Count(1) AS Nos0 FROM EmployeeRegistrationDetail WHERE EmployeeId='EMP00084' ; SELECT Count(1) AS Nos1 FROM UserLoginDetail WHERE UserLoginId='EMP00084' ; SELECT Count(1) AS Nos2 FROM EmployeeRegistrationDetail WHERE AadharNo='779501936176' AND EmployeeName='Sachin Kumar' AND GuardianName='Ram Vinod Rai' ; String sql: INSERT INTO EmployeeRegistrationDetail ( BranchId, BranchName, EmployeeId, EmployeeName, EmployeeSalutation, DepartmentName, DesignationName, EmployeeType, EmployeeGrade, EmployeeIdType, EmpJoinDate, GuardianSalutation, GuardianName, EmployeeMobileNo, EmployeeContactNo, EmployeeEmailId, EmployeeDOB, EmployeeGender, EmployeeReligion, EmployeeCategory, MaritalStatus, DateOfMarriage, SpouseName, Qualification, RelevantExperience, PreviousEmployment, DocumentSubmitted, LiabilityHeadId, LiabilityHeadName, ExpenceHeadId, ExpenceHeadName, RegStatus, SalaryStatus, AttendanceStatus, GroupLoanTeam, PermanentAddress, PermanentCity, PermanentStateId, PermanentStateName, PermanentDistrictId, PermanentDistrictName, PermanentPinCode, SameAsPostal, PostalAddress, PostalCity, PostalStateId, PostalStateName, PostalDistrictId, PostalDistrictName, PostalPinCode, BankAccountType, BankAccountNo, BankIFSCCode, BankNameId, BankName, BankBranch, AadharNo, PANNo, VoterIdNo, DLNo, PFAccountNo, PFUANNo, ESINo, AttInHH, AttInMM, AttOutHH, AttOutMM, EntryUser, EntryTime ) VALUES ( '105', 'Gopalganj', 'EMP00084', 'Sachin Kumar', 'Mr.', 'Operation', 'CM', 'FullTime', 'Grade-01', 'Software', '7/29/2025 12:00:00 AM', 'S/O', 'Ram Vinod Rai', '6202069246', '', '', '8/20/1999 12:00:00 AM', 'Male', 'Hindu', 'OBC', 'Married', '1/1/1900 12:00:00 AM', '', '', '', '', '', '', '', '', '', 'Approved', 'Active', 'InActive', 'Yes', '', '', '', '', '', '', '', 'Yes', '', '', '', '', '', '', '', 'Saving', '', '', '', '', '', '779501936176', 'JIRPK9694A', '', '', '', '', '','','','','', 'superadmin', GETDATE() ) ; INSERT INTO UserLoginDetail ( UserLoginId, UserPassword, UserRole, UserLoginStatus, UserWebLogin, UserEXELogin, UserMenuType, EmployeeId, BranchId, BranchName, UserWorkingDate, NoOfBackDate, UserName, UserMobileNo, UserEmailId, UserAddress, UserJoinDate, EntryUser, EntryTime ) VALUES ( 'EMP00084', 'RQBNAFAAMAAwADAAOAA0AA==', 'SubAdmin', 'InActive', 'InActive', 'InActive', null, 'EMP00084', '105', 'Gopalganj', '7/29/2025 12:00:00 AM', '0', 'Sachin Kumar', '6202069246', '', '', '7/29/2025 12:00:00 AM', 'superadmin', GETDATE() ) ; INSERT INTO BranchPermission ( UserId, BranchId, EntryUser, EntryDate ) VALUES ( 'EMP00084', '105', 'superadmin', GETDATE() ) ; UPDATE BranchNameMaster SET EmployeeCounter=ISNULL(EmployeeCounter,0)+1 WHERE BranchId IN ( SELECT TOP 1 BranchId FROM BranchNameMaster WHERE BranchTable='A' ORDER BY BranchId ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'EntryDate'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at Employee_EmployeeRegistration.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 29/07/2025 06:09:15 PM PageName: DataSetResult String str: SELECT DepartmentId, DepartmentName FROM DepartmentMaster WITH(nolock) WHERE DepartmentStatus='Active' ORDER BY DepartmentName ; SELECT DesignationId, DesignationName FROM DesignationMaster WITH(nolock) WHERE DesignationStatus='Active' ORDER BY DesignationName ; SELECT EmployeeTypeId, EmployeeTypeName FROM EmployeeTypeMaster WITH(nolock) WHERE EmployeeTypeStatus='Active' ORDER BY EmployeeTypeName ; SELECT GradeName FROM EmployeeGradeMaster WITH(nolock) WHERE GradeStatus='Active' ORDER BY GradeName ; SELECT BankId, BankName FROM BankNameMaster WITH(nolock) WHERE BankStatus='Active' ORDER BY BankName ; SELECT StateId, StateName FROM StateNameMaster WITH(nolock) WHERE StateStatus='Active' ORDER BY StateName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerId=(SELECT AccountHeadId FROM AccountHeadIdMaster WITH(nolock) WHERE AccountHeadStatus='Active' AND AccountHeadType='SalaryPayable') OR a.LedgerHead=(SELECT AccountHeadId FROM AccountHeadIdMaster WITH(nolock) WHERE AccountHeadStatus='Active' AND AccountHeadType='SalaryPayable') ORDER BY a.LedgerName; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerId=(SELECT AccountHeadId FROM AccountHeadIdMaster WITH(nolock) WHERE AccountHeadStatus='Active' AND AccountHeadType='SalaryExpence') OR a.LedgerHead=(SELECT AccountHeadId FROM AccountHeadIdMaster WITH(nolock) WHERE AccountHeadStatus='Active' AND AccountHeadType='SalaryExpence') ORDER BY a.LedgerName; SELECT EmployeeId, EmployeeAadharNo, EmployeeAadharVerify, EmployeePANNo, EmployeePANVerify, EmployeeVoterId, EmployeeVoterVerify, EmployeeDLNo, EmployeeDLNoVerify, EmployeeBankAccount, EmployeeBankVerify FROM ProjectDataSettingMaster WITH(nolock) String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'EmployeeDLNoVerify'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 29/07/2025 06:16:25 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/29/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00059' AND ld.CenterId='N2:01:02004' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dlhfmlue StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 29/07/2025 06:16:25 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/29/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00059' AND ld.CenterId='N2:01:02004' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dlhfmlue StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 29/07/2025 06:16:25 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/29/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00059' AND ld.CenterId='N2:01:02004' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dlhfmlue StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 29/07/2025 06:16:25 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/29/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00059' AND ld.CenterId='N2:01:02004' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dlhfmlue StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 29/07/2025 06:16:31 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/29/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00059' AND ld.CenterId='N2:01:02004' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dlhfmlue StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 29/07/2025 06:16:31 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/29/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00059' AND ld.CenterId='N2:01:02004' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dlhfmlue StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 29/07/2025 06:16:31 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/29/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00059' AND ld.CenterId='N2:01:02004' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dlhfmlue StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 29/07/2025 06:16:31 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='7/29/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00059' AND ld.CenterId='N2:01:02004' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dlhfmlue StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 29/07/2025 06:21:52 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillEmployee() TargetSite: Void FillEmployee() Time: 29/07/2025 06:21:52 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillCenter() TargetSite: Void FillCenter() Time: 29/07/2025 06:21:55 PM PageName: GroupLoan_GroupLoanSettlement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillData() TargetSite: Void FillData() Time: 29/07/2025 06:22:01 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillEmployee() TargetSite: Void FillEmployee() Time: 29/07/2025 06:22:01 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillCenter() TargetSite: Void FillCenter() Time: 29/07/2025 06:22:03 PM PageName: GroupLoan_GroupLoanSettlement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillData() TargetSite: Void FillData() Time: 29/07/2025 06:22:07 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillEmployee() TargetSite: Void FillEmployee() Time: 29/07/2025 06:22:07 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillCenter() TargetSite: Void FillCenter() Time: 29/07/2025 06:22:10 PM PageName: GroupLoan_GroupLoanSettlement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillData() TargetSite: Void FillData() Time: 29/07/2025 06:22:14 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillEmployee() TargetSite: Void FillEmployee() Time: 29/07/2025 06:22:14 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillCenter() TargetSite: Void FillCenter() Time: 29/07/2025 06:22:17 PM PageName: GroupLoan_GroupLoanSettlement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillData() TargetSite: Void FillData() Time: 29/07/2025 06:22:22 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillEmployee() TargetSite: Void FillEmployee() Time: 29/07/2025 06:22:22 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillCenter() TargetSite: Void FillCenter() Time: 29/07/2025 06:22:25 PM PageName: GroupLoan_GroupLoanSettlement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillData() TargetSite: Void FillData() Time: 29/07/2025 06:22:40 PM PageName: GroupLoan_GroupLoanSettlement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillData() TargetSite: Void FillData() Time: 29/07/2025 06:22:44 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillEmployee() TargetSite: Void FillEmployee() Time: 29/07/2025 06:22:44 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillCenter() TargetSite: Void FillCenter() Time: 29/07/2025 06:22:47 PM PageName: GroupLoan_GroupLoanSettlement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillData() TargetSite: Void FillData() Time: 29/07/2025 06:22:57 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillEmployee() TargetSite: Void FillEmployee() Time: 29/07/2025 06:22:57 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillCenter() TargetSite: Void FillCenter() Time: 29/07/2025 06:23:00 PM PageName: GroupLoan_GroupLoanSettlement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pkd53zcw StackTrace: at GroupLoan_GroupLoanSettlement.FillData() TargetSite: Void FillData() Time: 29/07/2025 06:58:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/07/2025 06:58:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_dsq2e4si StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/07/2025 07:01:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/07/2025 07:01:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_dsq2e4si StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/07/2025 07:04:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/07/2025 07:04:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_dsq2e4si StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/07/2025 07:10:48 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/07/2025 07:10:48 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_dsq2e4si StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/07/2025 07:15:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/07/2025 07:15:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_dsq2e4si StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/07/2025 08:31:25 PM PageName: GroupLoan_GroupLoanUpdateMobileNo String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Unable to cast object of type 'System.Web.UI.WebControls.LinkButton' to type 'System.Web.UI.WebControls.Button'. Source: App_Web_gn0u11r3 StackTrace: at GroupLoan_GroupLoanUpdateMobileNo.lbtnUpdate_Click(Object sender, EventArgs e) TargetSite: Void lbtnUpdate_Click(System.Object, System.EventArgs) Time: 29/07/2025 08:31:36 PM PageName: GroupLoan_GroupLoanUpdateMobileNo String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Unable to cast object of type 'System.Web.UI.WebControls.LinkButton' to type 'System.Web.UI.WebControls.Button'. Source: App_Web_gn0u11r3 StackTrace: at GroupLoan_GroupLoanUpdateMobileNo.lbtnUpdate_Click(Object sender, EventArgs e) TargetSite: Void lbtnUpdate_Click(System.Object, System.EventArgs) Time: 29/07/2025 08:31:42 PM PageName: GroupLoan_GroupLoanUpdateMobileNo String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Unable to cast object of type 'System.Web.UI.WebControls.LinkButton' to type 'System.Web.UI.WebControls.Button'. Source: App_Web_gn0u11r3 StackTrace: at GroupLoan_GroupLoanUpdateMobileNo.lbtnUpdate_Click(Object sender, EventArgs e) TargetSite: Void lbtnUpdate_Click(System.Object, System.EventArgs) Time: 29/07/2025 08:50:28 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/07/2025 08:50:28 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_z1i3eoyq StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/07/2025 08:53:04 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/07/2025 08:53:04 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_b3j0bhtp StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/07/2025 09:05:39 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 29/07/2025 09:11:38 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 29/07/2025 09:22:34 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 30/07/2025 10:44:52 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/30/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId='101' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 30/07/2025 12:55:38 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 30/07/2025 01:29:23 PM PageName: DataTableResult String str: SELECT a.EmployeeNo, a.BranchName+' ('+a.BranchId+')'AS BranchName, a.EmployeeId, isnull(a.EmployeeSalutation,'')+isnull(a.EmployeeName,'')AS EmployeeName, Convert(char,a.EmpJoinDate,106)AS EmpJoinDate, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeType, a.EmployeeGrade, a.GuardianSalutation, a.GuardianName, a.EmployeeMobileNo, a.EmployeeContactNo, a.EmployeeEmailId, Convert(char,a.EmployeeDOB,103)AS EmployeeDOB, a.EmployeeGender, a.EmployeeReligion, a.EmployeeCategory, a.MaritalStatus, Convert(char,a.DateOfMarriage,103)AS DateOfMarriage, a.SpouseName, a.Qualification, a.RelevantExperience, a.PreviousEmployment, a.DocumentSubmitted, a.LiabilityHeadId, a.LiabilityHeadName, a.ExpenceHeadId, a.ExpenceHeadName, a.RegStatus, a.PermanentAddress, a.PermanentCity, a.PermanentStateId, a.PermanentStateName, a.PermanentDistrictId, a.PermanentDistrictName, a.PermanentPinCode, a.SameAsPostal, a.PostalAddress, a.PostalCity, a.PostalStateId, a.PostalStateName, a.PostalDistrictId, a.PostalDistrictName, a.PostalPinCode, a.BankAccountType, a.BankAccountNo, a.BankIFSCCode, a.BankNameId, a.BankName, a.BankBranch, a.AadharNo, a.PANNo, a.VoterIdNo, a.DLNo, a.PFAccountNo, a.PFUANNo, a.ESINo, a.AttInHH, a.AttInMM, a.AttOutHH, a.AttOutMM FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeNo='20' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 01:29:23 PM PageName: Employee_EmployeeRegistrationUpdateInfo String str: SELECT a.EmployeeNo, a.BranchName+' ('+a.BranchId+')'AS BranchName, a.EmployeeId, isnull(a.EmployeeSalutation,'')+isnull(a.EmployeeName,'')AS EmployeeName, Convert(char,a.EmpJoinDate,106)AS EmpJoinDate, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeType, a.EmployeeGrade, a.GuardianSalutation, a.GuardianName, a.EmployeeMobileNo, a.EmployeeContactNo, a.EmployeeEmailId, Convert(char,a.EmployeeDOB,103)AS EmployeeDOB, a.EmployeeGender, a.EmployeeReligion, a.EmployeeCategory, a.MaritalStatus, Convert(char,a.DateOfMarriage,103)AS DateOfMarriage, a.SpouseName, a.Qualification, a.RelevantExperience, a.PreviousEmployment, a.DocumentSubmitted, a.LiabilityHeadId, a.LiabilityHeadName, a.ExpenceHeadId, a.ExpenceHeadName, a.RegStatus, a.PermanentAddress, a.PermanentCity, a.PermanentStateId, a.PermanentStateName, a.PermanentDistrictId, a.PermanentDistrictName, a.PermanentPinCode, a.SameAsPostal, a.PostalAddress, a.PostalCity, a.PostalStateId, a.PostalStateName, a.PostalDistrictId, a.PostalDistrictName, a.PostalPinCode, a.BankAccountType, a.BankAccountNo, a.BankIFSCCode, a.BankNameId, a.BankName, a.BankBranch, a.AadharNo, a.PANNo, a.VoterIdNo, a.DLNo, a.PFAccountNo, a.PFUANNo, a.ESINo, a.AttInHH, a.AttInMM, a.AttOutHH, a.AttOutMM FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeNo='20' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at Employee_EmployeeRegistrationUpdateInfo.FillEmployeeDetail() TargetSite: Void FillEmployeeDetail() Time: 30/07/2025 01:33:27 PM PageName: DataTableResult String str: SELECT a.EmployeeNo, a.BranchName+' ('+a.BranchId+')'AS BranchName, a.EmployeeId, isnull(a.EmployeeSalutation,'')+isnull(a.EmployeeName,'')AS EmployeeName, Convert(char,a.EmpJoinDate,106)AS EmpJoinDate, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeType, a.EmployeeGrade, a.GuardianSalutation, a.GuardianName, a.EmployeeMobileNo, a.EmployeeContactNo, a.EmployeeEmailId, Convert(char,a.EmployeeDOB,103)AS EmployeeDOB, a.EmployeeGender, a.EmployeeReligion, a.EmployeeCategory, a.MaritalStatus, Convert(char,a.DateOfMarriage,103)AS DateOfMarriage, a.SpouseName, a.Qualification, a.RelevantExperience, a.PreviousEmployment, a.DocumentSubmitted, a.LiabilityHeadId, a.LiabilityHeadName, a.ExpenceHeadId, a.ExpenceHeadName, a.RegStatus, a.PermanentAddress, a.PermanentCity, a.PermanentStateId, a.PermanentStateName, a.PermanentDistrictId, a.PermanentDistrictName, a.PermanentPinCode, a.SameAsPostal, a.PostalAddress, a.PostalCity, a.PostalStateId, a.PostalStateName, a.PostalDistrictId, a.PostalDistrictName, a.PostalPinCode, a.BankAccountType, a.BankAccountNo, a.BankIFSCCode, a.BankNameId, a.BankName, a.BankBranch, a.AadharNo, a.PANNo, a.VoterIdNo, a.DLNo, a.PFAccountNo, a.PFUANNo, a.ESINo, a.AttInHH, a.AttInMM, a.AttOutHH, a.AttOutMM FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeNo='20' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 01:33:27 PM PageName: Employee_EmployeeRegistrationUpdateInfo String str: SELECT a.EmployeeNo, a.BranchName+' ('+a.BranchId+')'AS BranchName, a.EmployeeId, isnull(a.EmployeeSalutation,'')+isnull(a.EmployeeName,'')AS EmployeeName, Convert(char,a.EmpJoinDate,106)AS EmpJoinDate, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeType, a.EmployeeGrade, a.GuardianSalutation, a.GuardianName, a.EmployeeMobileNo, a.EmployeeContactNo, a.EmployeeEmailId, Convert(char,a.EmployeeDOB,103)AS EmployeeDOB, a.EmployeeGender, a.EmployeeReligion, a.EmployeeCategory, a.MaritalStatus, Convert(char,a.DateOfMarriage,103)AS DateOfMarriage, a.SpouseName, a.Qualification, a.RelevantExperience, a.PreviousEmployment, a.DocumentSubmitted, a.LiabilityHeadId, a.LiabilityHeadName, a.ExpenceHeadId, a.ExpenceHeadName, a.RegStatus, a.PermanentAddress, a.PermanentCity, a.PermanentStateId, a.PermanentStateName, a.PermanentDistrictId, a.PermanentDistrictName, a.PermanentPinCode, a.SameAsPostal, a.PostalAddress, a.PostalCity, a.PostalStateId, a.PostalStateName, a.PostalDistrictId, a.PostalDistrictName, a.PostalPinCode, a.BankAccountType, a.BankAccountNo, a.BankIFSCCode, a.BankNameId, a.BankName, a.BankBranch, a.AadharNo, a.PANNo, a.VoterIdNo, a.DLNo, a.PFAccountNo, a.PFUANNo, a.ESINo, a.AttInHH, a.AttInMM, a.AttOutHH, a.AttOutMM FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeNo='20' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at Employee_EmployeeRegistrationUpdateInfo.FillEmployeeDetail() TargetSite: Void FillEmployeeDetail() Time: 30/07/2025 01:33:42 PM PageName: DataTableResult String str: SELECT a.EmployeeNo, a.BranchName+' ('+a.BranchId+')'AS BranchName, a.EmployeeId, isnull(a.EmployeeSalutation,'')+isnull(a.EmployeeName,'')AS EmployeeName, Convert(char,a.EmpJoinDate,106)AS EmpJoinDate, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeType, a.EmployeeGrade, a.GuardianSalutation, a.GuardianName, a.EmployeeMobileNo, a.EmployeeContactNo, a.EmployeeEmailId, Convert(char,a.EmployeeDOB,103)AS EmployeeDOB, a.EmployeeGender, a.EmployeeReligion, a.EmployeeCategory, a.MaritalStatus, Convert(char,a.DateOfMarriage,103)AS DateOfMarriage, a.SpouseName, a.Qualification, a.RelevantExperience, a.PreviousEmployment, a.DocumentSubmitted, a.LiabilityHeadId, a.LiabilityHeadName, a.ExpenceHeadId, a.ExpenceHeadName, a.RegStatus, a.PermanentAddress, a.PermanentCity, a.PermanentStateId, a.PermanentStateName, a.PermanentDistrictId, a.PermanentDistrictName, a.PermanentPinCode, a.SameAsPostal, a.PostalAddress, a.PostalCity, a.PostalStateId, a.PostalStateName, a.PostalDistrictId, a.PostalDistrictName, a.PostalPinCode, a.BankAccountType, a.BankAccountNo, a.BankIFSCCode, a.BankNameId, a.BankName, a.BankBranch, a.AadharNo, a.PANNo, a.VoterIdNo, a.DLNo, a.PFAccountNo, a.PFUANNo, a.ESINo, a.AttInHH, a.AttInMM, a.AttOutHH, a.AttOutMM FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeNo='20' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 01:33:42 PM PageName: Employee_EmployeeRegistrationUpdateInfo String str: SELECT a.EmployeeNo, a.BranchName+' ('+a.BranchId+')'AS BranchName, a.EmployeeId, isnull(a.EmployeeSalutation,'')+isnull(a.EmployeeName,'')AS EmployeeName, Convert(char,a.EmpJoinDate,106)AS EmpJoinDate, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeType, a.EmployeeGrade, a.GuardianSalutation, a.GuardianName, a.EmployeeMobileNo, a.EmployeeContactNo, a.EmployeeEmailId, Convert(char,a.EmployeeDOB,103)AS EmployeeDOB, a.EmployeeGender, a.EmployeeReligion, a.EmployeeCategory, a.MaritalStatus, Convert(char,a.DateOfMarriage,103)AS DateOfMarriage, a.SpouseName, a.Qualification, a.RelevantExperience, a.PreviousEmployment, a.DocumentSubmitted, a.LiabilityHeadId, a.LiabilityHeadName, a.ExpenceHeadId, a.ExpenceHeadName, a.RegStatus, a.PermanentAddress, a.PermanentCity, a.PermanentStateId, a.PermanentStateName, a.PermanentDistrictId, a.PermanentDistrictName, a.PermanentPinCode, a.SameAsPostal, a.PostalAddress, a.PostalCity, a.PostalStateId, a.PostalStateName, a.PostalDistrictId, a.PostalDistrictName, a.PostalPinCode, a.BankAccountType, a.BankAccountNo, a.BankIFSCCode, a.BankNameId, a.BankName, a.BankBranch, a.AadharNo, a.PANNo, a.VoterIdNo, a.DLNo, a.PFAccountNo, a.PFUANNo, a.ESINo, a.AttInHH, a.AttInMM, a.AttOutHH, a.AttOutMM FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeNo='20' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at Employee_EmployeeRegistrationUpdateInfo.FillEmployeeDetail() TargetSite: Void FillEmployeeDetail() Time: 30/07/2025 01:33:49 PM PageName: DataTableResult String str: SELECT a.EmployeeNo, a.BranchName+' ('+a.BranchId+')'AS BranchName, a.EmployeeId, isnull(a.EmployeeSalutation,'')+isnull(a.EmployeeName,'')AS EmployeeName, Convert(char,a.EmpJoinDate,106)AS EmpJoinDate, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeType, a.EmployeeGrade, a.GuardianSalutation, a.GuardianName, a.EmployeeMobileNo, a.EmployeeContactNo, a.EmployeeEmailId, Convert(char,a.EmployeeDOB,103)AS EmployeeDOB, a.EmployeeGender, a.EmployeeReligion, a.EmployeeCategory, a.MaritalStatus, Convert(char,a.DateOfMarriage,103)AS DateOfMarriage, a.SpouseName, a.Qualification, a.RelevantExperience, a.PreviousEmployment, a.DocumentSubmitted, a.LiabilityHeadId, a.LiabilityHeadName, a.ExpenceHeadId, a.ExpenceHeadName, a.RegStatus, a.PermanentAddress, a.PermanentCity, a.PermanentStateId, a.PermanentStateName, a.PermanentDistrictId, a.PermanentDistrictName, a.PermanentPinCode, a.SameAsPostal, a.PostalAddress, a.PostalCity, a.PostalStateId, a.PostalStateName, a.PostalDistrictId, a.PostalDistrictName, a.PostalPinCode, a.BankAccountType, a.BankAccountNo, a.BankIFSCCode, a.BankNameId, a.BankName, a.BankBranch, a.AadharNo, a.PANNo, a.VoterIdNo, a.DLNo, a.PFAccountNo, a.PFUANNo, a.ESINo, a.AttInHH, a.AttInMM, a.AttOutHH, a.AttOutMM FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeNo='20' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 01:33:49 PM PageName: Employee_EmployeeRegistrationUpdateInfo String str: SELECT a.EmployeeNo, a.BranchName+' ('+a.BranchId+')'AS BranchName, a.EmployeeId, isnull(a.EmployeeSalutation,'')+isnull(a.EmployeeName,'')AS EmployeeName, Convert(char,a.EmpJoinDate,106)AS EmpJoinDate, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeType, a.EmployeeGrade, a.GuardianSalutation, a.GuardianName, a.EmployeeMobileNo, a.EmployeeContactNo, a.EmployeeEmailId, Convert(char,a.EmployeeDOB,103)AS EmployeeDOB, a.EmployeeGender, a.EmployeeReligion, a.EmployeeCategory, a.MaritalStatus, Convert(char,a.DateOfMarriage,103)AS DateOfMarriage, a.SpouseName, a.Qualification, a.RelevantExperience, a.PreviousEmployment, a.DocumentSubmitted, a.LiabilityHeadId, a.LiabilityHeadName, a.ExpenceHeadId, a.ExpenceHeadName, a.RegStatus, a.PermanentAddress, a.PermanentCity, a.PermanentStateId, a.PermanentStateName, a.PermanentDistrictId, a.PermanentDistrictName, a.PermanentPinCode, a.SameAsPostal, a.PostalAddress, a.PostalCity, a.PostalStateId, a.PostalStateName, a.PostalDistrictId, a.PostalDistrictName, a.PostalPinCode, a.BankAccountType, a.BankAccountNo, a.BankIFSCCode, a.BankNameId, a.BankName, a.BankBranch, a.AadharNo, a.PANNo, a.VoterIdNo, a.DLNo, a.PFAccountNo, a.PFUANNo, a.ESINo, a.AttInHH, a.AttInMM, a.AttOutHH, a.AttOutMM FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeNo='20' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at Employee_EmployeeRegistrationUpdateInfo.FillEmployeeDetail() TargetSite: Void FillEmployeeDetail() Time: 30/07/2025 01:37:14 PM PageName: DataTableResult String str: SELECT a.EmployeeNo, a.BranchName+' ('+a.BranchId+')'AS BranchName, a.EmployeeId, isnull(a.EmployeeSalutation,'')+isnull(a.EmployeeName,'')AS EmployeeName, Convert(char,a.EmpJoinDate,106)AS EmpJoinDate, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeType, a.EmployeeGrade, a.GuardianSalutation, a.GuardianName, a.EmployeeMobileNo, a.EmployeeContactNo, a.EmployeeEmailId, Convert(char,a.EmployeeDOB,103)AS EmployeeDOB, a.EmployeeGender, a.EmployeeReligion, a.EmployeeCategory, a.MaritalStatus, Convert(char,a.DateOfMarriage,103)AS DateOfMarriage, a.SpouseName, a.Qualification, a.RelevantExperience, a.PreviousEmployment, a.DocumentSubmitted, a.LiabilityHeadId, a.LiabilityHeadName, a.ExpenceHeadId, a.ExpenceHeadName, a.RegStatus, a.PermanentAddress, a.PermanentCity, a.PermanentStateId, a.PermanentStateName, a.PermanentDistrictId, a.PermanentDistrictName, a.PermanentPinCode, a.SameAsPostal, a.PostalAddress, a.PostalCity, a.PostalStateId, a.PostalStateName, a.PostalDistrictId, a.PostalDistrictName, a.PostalPinCode, a.BankAccountType, a.BankAccountNo, a.BankIFSCCode, a.BankNameId, a.BankName, a.BankBranch, a.AadharNo, a.PANNo, a.VoterIdNo, a.DLNo, a.PFAccountNo, a.PFUANNo, a.ESINo, a.AttInHH, a.AttInMM, a.AttOutHH, a.AttOutMM FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeNo='20' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'DepartmentId'. Invalid column name 'DesignationId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 01:37:14 PM PageName: Employee_EmployeeRegistrationUpdateInfo String str: SELECT a.EmployeeNo, a.BranchName+' ('+a.BranchId+')'AS BranchName, a.EmployeeId, isnull(a.EmployeeSalutation,'')+isnull(a.EmployeeName,'')AS EmployeeName, Convert(char,a.EmpJoinDate,106)AS EmpJoinDate, a.DepartmentId, a.DepartmentName, a.DesignationId, a.DesignationName, a.EmployeeType, a.EmployeeGrade, a.GuardianSalutation, a.GuardianName, a.EmployeeMobileNo, a.EmployeeContactNo, a.EmployeeEmailId, Convert(char,a.EmployeeDOB,103)AS EmployeeDOB, a.EmployeeGender, a.EmployeeReligion, a.EmployeeCategory, a.MaritalStatus, Convert(char,a.DateOfMarriage,103)AS DateOfMarriage, a.SpouseName, a.Qualification, a.RelevantExperience, a.PreviousEmployment, a.DocumentSubmitted, a.LiabilityHeadId, a.LiabilityHeadName, a.ExpenceHeadId, a.ExpenceHeadName, a.RegStatus, a.PermanentAddress, a.PermanentCity, a.PermanentStateId, a.PermanentStateName, a.PermanentDistrictId, a.PermanentDistrictName, a.PermanentPinCode, a.SameAsPostal, a.PostalAddress, a.PostalCity, a.PostalStateId, a.PostalStateName, a.PostalDistrictId, a.PostalDistrictName, a.PostalPinCode, a.BankAccountType, a.BankAccountNo, a.BankIFSCCode, a.BankNameId, a.BankName, a.BankBranch, a.AadharNo, a.PANNo, a.VoterIdNo, a.DLNo, a.PFAccountNo, a.PFUANNo, a.ESINo, a.AttInHH, a.AttInMM, a.AttOutHH, a.AttOutMM FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.EmployeeNo='20' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at Employee_EmployeeRegistrationUpdateInfo.FillEmployeeDetail() TargetSite: Void FillEmployeeDetail() Time: 30/07/2025 01:40:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 01:40:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 01:40:59 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/30/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 30/07/2025 01:42:21 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 01:42:21 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 01:43:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/30/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 30/07/2025 01:46:02 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/30/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId='101' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 30/07/2025 01:46:15 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/30/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId='101' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 30/07/2025 01:52:01 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/30/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId='101' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 30/07/2025 01:58:19 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/29/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 30/07/2025 01:58:29 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/30/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 30/07/2025 01:58:38 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 01:58:38 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 02:01:19 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/29/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId IN ('104','106','105','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 30/07/2025 02:01:30 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 02:01:30 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 02:01:32 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 02:01:32 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 02:20:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 02:20:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 03:01:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 03:01:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 03:07:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 03:07:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 03:29:18 PM PageName: Employee_EmployeeRegistrationApproval String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at Employee_EmployeeRegistrationApproval.Page_Load(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/07/2025 03:44:41 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 03:44:41 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 30/07/2025 03:44:41 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 03:44:41 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 30/07/2025 03:44:41 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 03:44:41 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 30/07/2025 03:45:00 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: DECLARE @TDate DATE; SET @TDate='7/30/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId INNER JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus IN ('Paid','WriteOff') AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND isnull(c.NoOfDay,0)>=1 AND a.BranchId='101' AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.GroupName, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanArrearBucketReport.grdLoan_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 30/07/2025 03:45:07 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 03:45:07 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 30/07/2025 03:45:07 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 03:45:07 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 30/07/2025 03:45:07 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 03:45:07 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 30/07/2025 03:45:45 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 03:45:45 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 30/07/2025 03:45:45 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 03:45:45 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 30/07/2025 03:45:45 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 03:45:45 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 30/07/2025 03:46:15 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='7/30/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='7/30/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 03:46:15 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='7/30/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='7/30/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 30/07/2025 03:46:15 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='7/30/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 03:46:15 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='7/30/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 30/07/2025 03:46:15 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 30/07/2025 03:57:05 PM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT GroupLoanFullDetailHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanFullDetailHTMLReportPageName, (SELECT GroupLoanCardFrontLandScapeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardFrontHTMLReportPageName, (SELECT GroupLoanCardBackPotraitHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardBackHTMLReportPageName, (SELECT GroupLoanStatementHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanStatementHTMLReportPageName, (SELECT GroupLoanDemandNoticeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanDemandNoticeHTMLReportPageName, (SELECT GroupLoanNOCCertificateHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='N2:01:03032:01:05:02:02' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 30/07/2025 03:57:10 PM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT GroupLoanFullDetailHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanFullDetailHTMLReportPageName, (SELECT GroupLoanCardFrontLandScapeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardFrontHTMLReportPageName, (SELECT GroupLoanCardBackPotraitHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardBackHTMLReportPageName, (SELECT GroupLoanStatementHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanStatementHTMLReportPageName, (SELECT GroupLoanDemandNoticeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanDemandNoticeHTMLReportPageName, (SELECT GroupLoanNOCCertificateHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='N2:01:03032:01:05:02:02' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 30/07/2025 05:11:07 PM PageName: GroupLoan_GroupLoanSanction String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nu453kzt StackTrace: at GroupLoan_GroupLoanSanction.FillEmployee() TargetSite: Void FillEmployee() Time: 30/07/2025 05:11:07 PM PageName: GroupLoan_GroupLoanSanction String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nu453kzt StackTrace: at GroupLoan_GroupLoanSanction.FillCenter() TargetSite: Void FillCenter() Time: 30/07/2025 05:11:07 PM PageName: GroupLoan_GroupLoanSanction String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nu453kzt StackTrace: at GroupLoan_GroupLoanSanction.FillData() TargetSite: Void FillData() Time: 30/07/2025 05:40:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 05:40:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 06:18:09 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/07/2025 06:22:09 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 06:22:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 06:28:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 06:28:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 06:34:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 06:34:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 06:53:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 06:53:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 06:59:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 06:59:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 07:03:12 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/07/2025 07:05:20 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 07:05:20 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 07:09:01 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 07:09:01 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 07:17:39 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 07:17:39 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 07:23:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 07:23:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 07:40:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 07:40:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 10:00:27 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/07/2025 10:04:15 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='7/31/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), LoanId VARCHAR(50), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), NoOfOD INT, MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Daily' AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType IN ('Weekly','BiWeekly') AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Monthly' AND a.MeetingDay=datepart(day, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, LoanId, LoanAmount, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.LoanId, a.LoanAmount, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId=b.CenterId WHERE isnull(a.GroupName,'Group1')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ) AND a.BranchId='106' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, LoanId, LoanAmount, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanId, a.LoanAmount, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group1')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, count(DISTINCT a.LoanId)AS NoOfLoan, SUM(isnull(a.ODAmount, 0))AS ODAmount, SUM(isnull(a.DueAmount, 0))AS DueAmount, SUM(isnull(a.BalanceAmount,0))AS BalanceAmount, SUM(isnull(a.PayableAmount,0))AS PayableAmount, SUM(isnull(a.DemandAmount,0))AS DemandAmount, SUM(isnull(a.TodayPaidAmount,0))AS TodayPaidAmount, SUM(isnull(a.TodayNotReceived,0))AS TodayNotReceived, SUM(isnull(a.MeetingAmount,0))AS MeetingAmount, SUM(isnull(a.Outstanding,0))AS Outstanding, SUM(isnull(a.EMIAmount,0))AS EMIAmount, SUM(isnull(a.LoanAmount,0))AS LoanAmount, SUM(isnull(a.NoOfOD,0))AS NoOfOD FROM @FTable a WHERE isnull(a.BalanceAmount, 0)+isnull(a.TodayPaidAmount, 0)> 0 GROUP BY a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 10:04:15 PM PageName: GroupLoan_GroupLoanDemandReport String str: DECLARE @ODate DATE; SET @ODate='7/31/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), LoanId VARCHAR(50), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), NoOfOD INT, MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Daily' AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType IN ('Weekly','BiWeekly') AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Monthly' AND a.MeetingDay=datepart(day, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, LoanId, LoanAmount, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.LoanId, a.LoanAmount, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId=b.CenterId WHERE isnull(a.GroupName,'Group1')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ) AND a.BranchId='106' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, LoanId, LoanAmount, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanId, a.LoanAmount, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group1')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, count(DISTINCT a.LoanId)AS NoOfLoan, SUM(isnull(a.ODAmount, 0))AS ODAmount, SUM(isnull(a.DueAmount, 0))AS DueAmount, SUM(isnull(a.BalanceAmount,0))AS BalanceAmount, SUM(isnull(a.PayableAmount,0))AS PayableAmount, SUM(isnull(a.DemandAmount,0))AS DemandAmount, SUM(isnull(a.TodayPaidAmount,0))AS TodayPaidAmount, SUM(isnull(a.TodayNotReceived,0))AS TodayNotReceived, SUM(isnull(a.MeetingAmount,0))AS MeetingAmount, SUM(isnull(a.Outstanding,0))AS Outstanding, SUM(isnull(a.EMIAmount,0))AS EMIAmount, SUM(isnull(a.LoanAmount,0))AS LoanAmount, SUM(isnull(a.NoOfOD,0))AS NoOfOD FROM @FTable a WHERE isnull(a.BalanceAmount, 0)+isnull(a.TodayPaidAmount, 0)> 0 GROUP BY a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 30/07/2025 10:05:08 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='7/31/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), LoanId VARCHAR(50), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), NoOfOD INT, MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Daily' AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType IN ('Weekly','BiWeekly') AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Monthly' AND a.MeetingDay=datepart(day, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, LoanId, LoanAmount, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.LoanId, a.LoanAmount, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId=b.CenterId WHERE isnull(a.GroupName,'Group1')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ) AND a.BranchId='106' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, LoanId, LoanAmount, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanId, a.LoanAmount, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group1')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, count(DISTINCT a.LoanId)AS NoOfLoan, SUM(isnull(a.ODAmount, 0))AS ODAmount, SUM(isnull(a.DueAmount, 0))AS DueAmount, SUM(isnull(a.BalanceAmount,0))AS BalanceAmount, SUM(isnull(a.PayableAmount,0))AS PayableAmount, SUM(isnull(a.DemandAmount,0))AS DemandAmount, SUM(isnull(a.TodayPaidAmount,0))AS TodayPaidAmount, SUM(isnull(a.TodayNotReceived,0))AS TodayNotReceived, SUM(isnull(a.MeetingAmount,0))AS MeetingAmount, SUM(isnull(a.Outstanding,0))AS Outstanding, SUM(isnull(a.EMIAmount,0))AS EMIAmount, SUM(isnull(a.LoanAmount,0))AS LoanAmount, SUM(isnull(a.NoOfOD,0))AS NoOfOD FROM @FTable a WHERE isnull(a.BalanceAmount, 0)+isnull(a.TodayPaidAmount, 0)> 0 GROUP BY a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/07/2025 10:05:08 PM PageName: GroupLoan_GroupLoanDemandReport String str: DECLARE @ODate DATE; SET @ODate='7/31/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), LoanId VARCHAR(50), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), NoOfOD INT, MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Daily' AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType IN ('Weekly','BiWeekly') AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Monthly' AND a.MeetingDay=datepart(day, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, LoanId, LoanAmount, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, a.LoanId, a.LoanAmount, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId=b.CenterId WHERE isnull(a.GroupName,'Group1')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ) AND a.BranchId='106' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, LoanId, LoanAmount, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanId, a.LoanAmount, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group1')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, count(DISTINCT a.LoanId)AS NoOfLoan, SUM(isnull(a.ODAmount, 0))AS ODAmount, SUM(isnull(a.DueAmount, 0))AS DueAmount, SUM(isnull(a.BalanceAmount,0))AS BalanceAmount, SUM(isnull(a.PayableAmount,0))AS PayableAmount, SUM(isnull(a.DemandAmount,0))AS DemandAmount, SUM(isnull(a.TodayPaidAmount,0))AS TodayPaidAmount, SUM(isnull(a.TodayNotReceived,0))AS TodayNotReceived, SUM(isnull(a.MeetingAmount,0))AS MeetingAmount, SUM(isnull(a.Outstanding,0))AS Outstanding, SUM(isnull(a.EMIAmount,0))AS EMIAmount, SUM(isnull(a.LoanAmount,0))AS LoanAmount, SUM(isnull(a.NoOfOD,0))AS NoOfOD FROM @FTable a WHERE isnull(a.BalanceAmount, 0)+isnull(a.TodayPaidAmount, 0)> 0 GROUP BY a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 30/07/2025 10:27:05 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 30/07/2025 10:27:25 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 30/07/2025 10:53:44 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/07/2025 11:00:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 11:00:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 11:12:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/07/2025 11:12:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/07/2025 11:21:48 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/07/2025 11:45:41 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 31/07/2025 07:22:19 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/07/2025 07:22:19 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/07/2025 07:23:40 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/07/2025 07:23:40 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/07/2025 11:52:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/07/2025 11:52:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/07/2025 12:25:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 31/07/2025 05:25:46 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/07/2025 05:25:46 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/07/2025 05:40:00 PM PageName: GroupLoan_GroupLoanArrearCompareReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearCompareReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/07/2025 05:40:00 PM PageName: GroupLoan_GroupLoanArrearCompareReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_mjhq5ba5 StackTrace: at GroupLoan_GroupLoanArrearCompareReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearCompareReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/07/2025 05:43:23 PM PageName: GroupLoan_GroupLoanArrearCompareReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearCompareReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/07/2025 05:43:23 PM PageName: GroupLoan_GroupLoanArrearCompareReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_mjhq5ba5 StackTrace: at GroupLoan_GroupLoanArrearCompareReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearCompareReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/07/2025 07:42:46 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 31/07/2025 08:01:08 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 31/07/2025 08:13:42 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 31/07/2025 08:34:47 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/07/2025 08:34:47 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/07/2025 08:39:15 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/07/2025 08:39:15 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 12:29:11 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/08/2025 09:17:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/08/2025 09:54:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/08/2025 10:56:22 AM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_m14vc1xh StackTrace: at GroupLoan_GroupLoanDisbursement.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 10:59:15 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/08/2025 10:59:21 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/08/2025 11:00:24 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/08/2025 11:05:40 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/08/2025 11:13:29 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/08/2025 12:42:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 12:42:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 12:54:29 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/08/2025 12:56:56 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/08/2025 12:57:26 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/08/2025 01:12:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 01:12:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 02:43:37 PM PageName: Employee_EmployeeRegistrationApproval String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at Employee_EmployeeRegistrationApproval.Page_Load(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/08/2025 03:08:17 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 01/08/2025 03:08:29 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='N2:01:03028:01:08:02:01'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_PrintRDLCPage.GroupLoanStatement() TargetSite: Void AbortInternal() Time: 01/08/2025 03:08:29 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='N2:01:03028:01:08:02:01'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanStatement() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanStatement() Time: 01/08/2025 03:11:36 PM PageName: GroupLoan_BranchCenterFormationList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_BranchCenterFormationList.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 03:11:36 PM PageName: GroupLoan_BranchCenterFormationList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_01iug51f StackTrace: at GroupLoan_BranchCenterFormationList.ExportToExcel(DataTable DT, String fileName) at GroupLoan_BranchCenterFormationList.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 03:25:14 PM PageName: GroupLoan_BranchCenterFormationList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_BranchCenterFormationList.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 03:25:14 PM PageName: GroupLoan_BranchCenterFormationList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_01iug51f StackTrace: at GroupLoan_BranchCenterFormationList.ExportToExcel(DataTable DT, String fileName) at GroupLoan_BranchCenterFormationList.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 05:04:16 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 05:04:16 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_tq4mf0j0 StackTrace: at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 05:05:38 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 05:05:38 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 05:13:06 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 05:13:06 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 05:26:56 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 05:26:56 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 05:27:21 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 05:27:21 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 05:35:27 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 05:35:27 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 05:41:56 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 05:41:56 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 05:46:44 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 05:46:44 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 05:50:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 05:50:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 06:04:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 06:04:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 06:09:39 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 06:09:39 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 06:12:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 06:12:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 06:15:55 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 06:15:55 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 06:19:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 06:19:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 06:23:00 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 06:23:00 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 06:28:01 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 06:28:01 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 06:40:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 06:40:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 06:47:12 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 06:47:12 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 06:51:34 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 06:51:34 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 06:59:21 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 06:59:21 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 06:59:42 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 06:59:42 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 07:03:06 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 07:03:06 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 07:06:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 07:06:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 07:14:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 07:14:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 07:28:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 07:28:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 07:38:20 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/08/2025 08:31:46 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 08:31:46 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 10:53:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 10:53:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 11:05:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 11:05:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/08/2025 11:08:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/08/2025 11:08:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 09:07:42 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 09:07:42 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 09:10:02 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/08/2025 10:29:35 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 10:29:35 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 12:51:03 PM PageName: GroupLoan_BranchCenterFormationList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_BranchCenterFormationList.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 12:51:03 PM PageName: GroupLoan_BranchCenterFormationList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_01iug51f StackTrace: at GroupLoan_BranchCenterFormationList.ExportToExcel(DataTable DT, String fileName) at GroupLoan_BranchCenterFormationList.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 02:02:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 02:02:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 03:50:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 03:50:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 04:28:03 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_BranchClosingBalanceSummary.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 04:28:03 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5obhxy1 StackTrace: at GroupLoan_BranchClosingBalanceSummary.ExportToExcel(DataTable DT, String fileName) at GroupLoan_BranchClosingBalanceSummary.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 04:49:26 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 04:49:26 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 04:57:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 04:57:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 09:36:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 09:36:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 09:53:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 09:53:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 10:45:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 10:45:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 10:47:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 10:47:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 10:58:11 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 10:58:11 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 11:10:10 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 11:10:10 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 11:27:45 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 11:27:45 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_atjsswvu StackTrace: at GroupLoan_GroupLoanOutstandingReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 11:28:23 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 11:28:23 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_atjsswvu StackTrace: at GroupLoan_GroupLoanOutstandingReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 11:45:49 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 11:45:49 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_atjsswvu StackTrace: at GroupLoan_GroupLoanOutstandingReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/08/2025 11:48:39 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/08/2025 11:48:39 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_atjsswvu StackTrace: at GroupLoan_GroupLoanOutstandingReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/08/2025 12:11:22 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/08/2025 12:11:23 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/08/2025 07:54:20 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/08/2025 07:58:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/08/2025 07:58:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/08/2025 11:48:16 AM PageName: Employee_EmployeeRegistrationApproval String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_0ybihtd0 StackTrace: at Employee_EmployeeRegistrationApproval.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 04/08/2025 02:09:45 PM PageName: GroupLoan_GroupLoanFeePaymentReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fh4gh142 StackTrace: at GroupLoan_GroupLoanFeePaymentReport.FillEmployee() TargetSite: Void FillEmployee() Time: 04/08/2025 02:09:45 PM PageName: GroupLoan_GroupLoanFeePaymentReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fh4gh142 StackTrace: at GroupLoan_GroupLoanFeePaymentReport.FillCenter() TargetSite: Void FillCenter() Time: 04/08/2025 02:09:47 PM PageName: GroupLoan_GroupLoanFeePaymentReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fh4gh142 StackTrace: at GroupLoan_GroupLoanFeePaymentReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 04/08/2025 02:10:18 PM PageName: GroupLoan_GroupLoanFeePaymentReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fh4gh142 StackTrace: at GroupLoan_GroupLoanFeePaymentReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 04/08/2025 02:10:26 PM PageName: GroupLoan_GroupLoanFeePaymentReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fh4gh142 StackTrace: at GroupLoan_GroupLoanFeePaymentReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 04/08/2025 02:12:53 PM PageName: GroupLoan_GroupLoanFeePaymentReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fh4gh142 StackTrace: at GroupLoan_GroupLoanFeePaymentReport.FillEmployee() TargetSite: Void FillEmployee() Time: 04/08/2025 02:12:53 PM PageName: GroupLoan_GroupLoanFeePaymentReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fh4gh142 StackTrace: at GroupLoan_GroupLoanFeePaymentReport.FillCenter() TargetSite: Void FillCenter() Time: 04/08/2025 02:20:09 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='8/4/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00084' AND a.CenterId='105007' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 04/08/2025 02:21:01 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='8/4/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00084' AND a.CenterId='105007' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 04/08/2025 02:41:05 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='8/4/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00084' AND a.CenterId='105007' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 04/08/2025 02:46:55 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='8/4/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00084' AND a.CenterId='105007' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 04/08/2025 07:15:57 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/08/2025 07:15:57 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/08/2025 08:52:45 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 04/08/2025 08:58:46 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 04/08/2025 09:12:37 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 05/08/2025 12:00:30 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/08/2025 12:00:41 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/08/2025 11:10:40 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/08/2025 11:43:16 AM PageName: DataTableResult String str: SELECT convert(CHAR,a.MemberJoinDate,106)AS MemberJoinDate, a.MemberId, a.MemberName, a.MemberGuardianName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, b.LoanId, b.LoanAmount, convert(CHAR, b.DisburseDate, 106)AS DisburseDate, convert(CHAR, b.CloseDate,106)AS CloseDate, a.GroupName, a.CenterId, a.CenterName, a.GroupOfficerId, a.GroupOfficerName, a.BranchName + ' (' + a.BranchId + ')' AS BranchName FROM GroupLoanMemberDetail a WITH(nolock)LEFT JOIN GroupLoanAccount b WITH(nolock) ON a.MemberId = b.MemberId LEFT JOIN( SELECT MemberId, MAX(LoanCycle)AS LoanCycle FROM GroupLoanAccount WITH(nolock) WHERE 1=1 AND BranchId='104' AND GroupOfficerId='EMP00047' GROUP BY MemberId )c ON b.MemberId=c.MemberId AND b.LoanCycle=c.LoanCycle WHERE 1=1 AND(SELECT Count(1) FROM GroupLoanAccount WHERE LoanStatus != 'LoanClosed' AND MemberId = a.MemberId) = 0 AND b.CloseDate != '' AND b.CloseDate>='8/5/2020 12:00:00 AM' AND b.CloseDate<'8/6/2025 12:00:00 AM' ORDER BY a.BranchName, a.GroupOfficerName, a.CenterName, a.GroupName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'GroupOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 05/08/2025 11:43:16 AM PageName: GroupLoan_GroupMemberApplicationDueReport String str: SELECT convert(CHAR,a.MemberJoinDate,106)AS MemberJoinDate, a.MemberId, a.MemberName, a.MemberGuardianName, a.NomineeName, a.MemberMobileNo, a.NomineeMobileNo, b.LoanId, b.LoanAmount, convert(CHAR, b.DisburseDate, 106)AS DisburseDate, convert(CHAR, b.CloseDate,106)AS CloseDate, a.GroupName, a.CenterId, a.CenterName, a.GroupOfficerId, a.GroupOfficerName, a.BranchName + ' (' + a.BranchId + ')' AS BranchName FROM GroupLoanMemberDetail a WITH(nolock)LEFT JOIN GroupLoanAccount b WITH(nolock) ON a.MemberId = b.MemberId LEFT JOIN( SELECT MemberId, MAX(LoanCycle)AS LoanCycle FROM GroupLoanAccount WITH(nolock) WHERE 1=1 AND BranchId='104' AND GroupOfficerId='EMP00047' GROUP BY MemberId )c ON b.MemberId=c.MemberId AND b.LoanCycle=c.LoanCycle WHERE 1=1 AND(SELECT Count(1) FROM GroupLoanAccount WHERE LoanStatus != 'LoanClosed' AND MemberId = a.MemberId) = 0 AND b.CloseDate != '' AND b.CloseDate>='8/5/2020 12:00:00 AM' AND b.CloseDate<'8/6/2025 12:00:00 AM' ORDER BY a.BranchName, a.GroupOfficerName, a.CenterName, a.GroupName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_atjsswvu StackTrace: at GroupLoan_GroupMemberApplicationDueReport.FillData() TargetSite: Void FillData() Time: 05/08/2025 11:58:47 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 11:58:47 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 11:59:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 11:59:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 12:03:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 12:03:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 12:31:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 12:31:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 12:36:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 12:36:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 12:37:08 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 12:37:08 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 12:37:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 12:37:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 12:41:44 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 12:41:44 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 12:44:01 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 12:44:01 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 12:44:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 12:44:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 12:51:39 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 12:51:39 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 02:19:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 02:19:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 04:58:33 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/08/2025 05:00:29 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 05:00:29 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 05:01:41 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 05:01:41 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_2ugjqcrh StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 05:04:24 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/08/2025 05:04:49 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 05:04:49 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_2ugjqcrh StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 05:05:12 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 05:05:12 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_2ugjqcrh StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 05:05:37 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 05:05:37 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_2ugjqcrh StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 05:07:25 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/08/2025 05:12:09 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/08/2025 05:15:06 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/08/2025 05:16:12 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/08/2025 05:18:50 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/08/2025 05:19:53 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/08/2025 05:30:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 05:30:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 06:00:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 06:00:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 06:23:22 PM PageName: GroupLoan_GroupLoanDisbursement String str: SELECT Count(1) AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00018603' ; SELECT Count(1) AS Nos2 FROM GroupLoanAccount WHERE LoanId='GL00000718' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00018603', 'GroupLoanDisbursement', GETDATE(), 'emp00053' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; UPDATE GroupLoanAccount SET LoanId= 'GL00000718' WHERE SanctionId='GS10000720' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 05/08/2025 06:23:49 PM PageName: GroupLoan_GroupLoanDisbursement String str: SELECT Count(1) AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00018603' ; SELECT Count(1) AS Nos2 FROM GroupLoanAccount WHERE LoanId='GL00000718' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00018603', 'GroupLoanDisbursement', GETDATE(), 'emp00053' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; UPDATE GroupLoanAccount SET LoanId= 'GL00000718' WHERE SanctionId='GS10000720' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 05/08/2025 07:05:44 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 07:05:44 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_2ugjqcrh StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 07:12:31 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 07:12:31 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_2ugjqcrh StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 07:19:38 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 07:19:38 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 08:08:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 08:08:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 08:18:44 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/08/2025 08:19:27 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/08/2025 08:36:48 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/08/2025 09:24:07 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 09:24:07 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 10:02:17 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/08/2025 10:02:23 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 10:02:23 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 10:14:35 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 10:14:35 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 10:23:18 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/08/2025 10:23:18 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/08/2025 10:40:52 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 06/08/2025 06:56:42 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='8/6/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00077' AND a.CenterId='N2:01:05045' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 06/08/2025 06:57:45 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 06:57:45 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 06:59:39 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 06:59:39 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 10:33:59 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 06/08/2025 11:38:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 11:38:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 12:01:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 12:01:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 12:05:08 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 12:05:08 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 12:15:08 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 12:15:08 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 12:19:39 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 12:19:39 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 12:22:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 12:22:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 12:22:47 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 12:22:47 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 12:25:44 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 12:25:44 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 12:28:17 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 12:28:17 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 12:30:13 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 12:30:13 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 12:31:30 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 12:31:30 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 01:20:51 PM PageName: DataSetTransaction String str: String sql: SELECT Count(1)AS Nos0 FROM EmployeeRegistrationDetail WHERE AadharNo='669377124153' AND EmployeeName='Shashikant Pandey' AND GuardianName='Somnath Pandey' ; SELECT Count(1)AS Nos1 FROM EmployeeRegistrationDetail WHERE AadharNo='669377124153'; SELECT Count(1)AS Nos2 FROM EmployeeRegistrationDetail WHERE PANNo='FXVPP5448E'; SELECT Count(1)AS Nos3 FROM EmployeeRegistrationDetail WHERE VoterIdNo=''; SELECT Count(1)AS Nos4 FROM EmployeeRegistrationDetail WHERE EmployeeMobileNo='7850959643'; EXECUTE dbo.ProWebGetPutEmployeeId '102' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Could not find stored procedure 'dbo.ProWebGetPutEmployeeId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.TryNextResult(Boolean& more) at System.Data.SqlClient.SqlDataReader.NextResult() at System.Data.ProviderBase.DataReaderContainer.NextResult() at System.Data.Common.DataAdapter.FillNextResult(DataReaderContainer dataReader) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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 ClassMaster.DataSetTransaction(String sql, SqlTransaction trans) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/08/2025 01:32:11 PM PageName: DataSetTransaction String str: String sql: SELECT Count(1)AS Nos0 FROM EmployeeRegistrationDetail WHERE AadharNo='669377124153' AND EmployeeName='Shashikant Pandey' AND GuardianName='Somnath Pandey' ; SELECT Count(1)AS Nos1 FROM EmployeeRegistrationDetail WHERE AadharNo='669377124153'; SELECT Count(1)AS Nos2 FROM EmployeeRegistrationDetail WHERE PANNo='FXVPP5448E'; SELECT Count(1)AS Nos3 FROM EmployeeRegistrationDetail WHERE VoterIdNo=''; SELECT Count(1)AS Nos4 FROM EmployeeRegistrationDetail WHERE EmployeeMobileNo='7850959643'; EXECUTE dbo.ProWebGetPutEmployeeId '102' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Could not find stored procedure 'dbo.ProWebGetPutEmployeeId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.TryNextResult(Boolean& more) at System.Data.SqlClient.SqlDataReader.NextResult() at System.Data.ProviderBase.DataReaderContainer.NextResult() at System.Data.Common.DataAdapter.FillNextResult(DataReaderContainer dataReader) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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 ClassMaster.DataSetTransaction(String sql, SqlTransaction trans) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/08/2025 01:40:40 PM PageName: DataTableResult String str: SELECT MemberId, MemberName FROM EmployeeRegistrationDetail WITH(nolock) WHERE BankAccountNo='11439289650' AND BankIFSCCode='SBIN0001483' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MemberId'. Invalid column name 'MemberName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/08/2025 01:40:40 PM PageName: Employee_EmployeeRegistrationVerificationNew String str: SELECT MemberId, MemberName FROM EmployeeRegistrationDetail WITH(nolock) WHERE BankAccountNo='11439289650' AND BankIFSCCode='SBIN0001483' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_3kjzzp55 StackTrace: at Employee_EmployeeRegistrationVerificationNew.btnEmployeeBankCheck_Click(Object sender, EventArgs e) TargetSite: Void btnEmployeeBankCheck_Click(System.Object, System.EventArgs) Time: 06/08/2025 01:41:20 PM PageName: DataSetTransaction String str: String sql: SELECT Count(1)AS Nos0 FROM EmployeeRegistrationDetail WHERE AadharNo='333062774353' AND EmployeeName='RAMESH SAH' AND GuardianName='SAUDAGAR SAH' ; SELECT Count(1)AS Nos1 FROM EmployeeRegistrationDetail WHERE AadharNo='333062774353'; SELECT Count(1)AS Nos2 FROM EmployeeRegistrationDetail WHERE PANNo='BVMPS5616L'; SELECT Count(1)AS Nos3 FROM EmployeeRegistrationDetail WHERE VoterIdNo=''; SELECT Count(1)AS Nos4 FROM EmployeeRegistrationDetail WHERE EmployeeMobileNo='9576355886'; EXECUTE dbo.ProWebGetPutEmployeeId '102' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Could not find stored procedure 'dbo.ProWebGetPutEmployeeId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.TryNextResult(Boolean& more) at System.Data.SqlClient.SqlDataReader.NextResult() at System.Data.ProviderBase.DataReaderContainer.NextResult() at System.Data.Common.DataAdapter.FillNextResult(DataReaderContainer dataReader) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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 ClassMaster.DataSetTransaction(String sql, SqlTransaction trans) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/08/2025 01:41:24 PM PageName: DataSetTransaction String str: String sql: SELECT Count(1)AS Nos0 FROM EmployeeRegistrationDetail WHERE AadharNo='333062774353' AND EmployeeName='RAMESH SAH' AND GuardianName='SAUDAGAR SAH' ; SELECT Count(1)AS Nos1 FROM EmployeeRegistrationDetail WHERE AadharNo='333062774353'; SELECT Count(1)AS Nos2 FROM EmployeeRegistrationDetail WHERE PANNo='BVMPS5616L'; SELECT Count(1)AS Nos3 FROM EmployeeRegistrationDetail WHERE VoterIdNo=''; SELECT Count(1)AS Nos4 FROM EmployeeRegistrationDetail WHERE EmployeeMobileNo='9576355886'; EXECUTE dbo.ProWebGetPutEmployeeId '102' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Could not find stored procedure 'dbo.ProWebGetPutEmployeeId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.TryNextResult(Boolean& more) at System.Data.SqlClient.SqlDataReader.NextResult() at System.Data.ProviderBase.DataReaderContainer.NextResult() at System.Data.Common.DataAdapter.FillNextResult(DataReaderContainer dataReader) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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 ClassMaster.DataSetTransaction(String sql, SqlTransaction trans) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/08/2025 05:35:50 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 05:35:50 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanRepaymentMultiple.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 05:37:06 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 05:37:06 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanRepaymentMultiple.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 07:37:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 06/08/2025 07:37:09 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 06/08/2025 07:59:17 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 07:59:17 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 09:01:20 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 09:01:20 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_2ugjqcrh StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 10:28:33 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='8/7/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00064' AND a.CenterId='N2:01:02045' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 06/08/2025 10:28:39 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='8/7/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00064' AND a.CenterId='N2:01:02045' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 06/08/2025 10:33:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 10:33:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 11:39:53 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/08/2025 11:39:53 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/08/2025 11:45:06 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/08/2025 01:45:36 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/08/2025 01:46:23 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 01:46:23 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 01:47:01 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 01:47:01 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 01:59:55 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/08/2025 02:00:41 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 02:00:41 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 02:01:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 02:01:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 02:07:14 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 02:07:14 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 07:07:19 AM PageName: GroupLoan_BranchCenterFormationList String str: SELECT a.CenterNo, a.BranchName+' ('+a.BranchId+')'AS BranchName, Convert(CHAR,a.CenterRegDate,106)AS CenterRegDate, a.CenterId, a.CenterName, a.CenterOfficerId, a.CenterOfficerName, a.MeetingType, a.MeetingDate, a.MeetingDay, a.MeetingTime, a.MeetingDetail, rtrim(Convert(CHAR,a.EntryTime,106))+'-'+rtrim(Convert(CHAR,a.EntryTime,108))AS EntryTime, a.EntryUser, a.CenterLatitude, a.CenterLongitude, a.CenterStatus FROM GroupCenterMaster a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_BranchCenterFormationList.btnSearch_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 07/08/2025 08:12:20 AM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 07/08/2025 10:49:45 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 10:49:45 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 11:12:24 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/08/2025 11:25:53 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/08/2025 11:26:34 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/08/2025 11:26:42 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/08/2025 12:15:46 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 12:15:46 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 12:23:29 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 12:23:29 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 12:30:22 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 12:30:22 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 12:40:37 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 12:40:37 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 01:52:52 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/08/2025 01:54:36 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/08/2025 03:07:51 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/08/2025 03:08:35 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/08/2025 03:10:27 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/08/2025 03:12:13 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/08/2025 03:14:40 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/08/2025 03:24:38 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/08/2025 04:11:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 04:11:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 04:13:26 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 04:13:26 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 04:38:23 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 04:38:23 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 04:52:47 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 04:52:47 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 05:05:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 05:05:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 05:19:02 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 05:19:02 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 05:34:22 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 05:34:22 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 05:55:28 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 05:55:28 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/08/2025 07:41:03 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 07/08/2025 07:47:09 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 07/08/2025 11:01:13 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/08/2025 11:01:13 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/08/2025 10:49:31 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 08/08/2025 10:49:31 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 08/08/2025 10:50:03 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 08/08/2025 10:50:03 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 08/08/2025 11:14:26 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 08/08/2025 12:20:55 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 08/08/2025 12:23:21 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 08/08/2025 02:46:22 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/08/2025 02:46:22 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/08/2025 03:10:39 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/08/2025 03:10:39 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/08/2025 03:10:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/08/2025 03:10:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/08/2025 03:12:05 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/08/2025 03:12:05 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/08/2025 03:25:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/08/2025 03:25:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/08/2025 03:34:09 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/08/2025 03:34:09 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/08/2025 04:14:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/08/2025 04:14:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/08/2025 05:37:49 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/08/2025 05:37:49 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/08/2025 08:34:42 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/08/2025 08:34:42 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/08/2025 09:07:38 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/08/2025 09:07:38 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/08/2025 09:08:09 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/08/2025 09:08:09 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/08/2025 09:16:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/08/2025 09:16:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/08/2025 09:46:29 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/08/2025 09:46:29 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/08/2025 11:30:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/08/2025 11:32:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/08/2025 11:35:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/08/2025 11:55:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/08/2025 11:55:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/08/2025 09:09:08 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/08/2025 10:34:29 AM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/08/2025 10:34:29 AM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 11/08/2025 10:34:29 AM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/08/2025 10:34:29 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 11/08/2025 10:34:29 AM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/08/2025 10:34:29 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 11/08/2025 12:43:40 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/08/2025 12:43:40 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/08/2025 12:44:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/08/2025 12:44:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/08/2025 01:33:23 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/08/2025 01:33:23 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/08/2025 01:34:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/08/2025 01:34:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/08/2025 03:24:45 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/08/2025 03:33:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/08/2025 04:17:07 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/08/2025 04:17:07 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/08/2025 05:43:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/08/2025 05:43:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/08/2025 05:55:20 PM PageName: GroupLoan_GroupMemberApproval String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: ExecuteNonQuery: CommandText property has not been initialized Source: System.Data StackTrace: at System.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupMemberApproval.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void ValidateCommand(System.String, Boolean) Time: 11/08/2025 07:23:03 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/08/2025 07:23:03 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/08/2025 07:24:38 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/08/2025 07:24:38 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/08/2025 07:26:43 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/08/2025 07:26:43 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/08/2025 07:29:16 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/08/2025 07:31:54 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/08/2025 07:32:05 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/08/2025 07:32:05 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/08/2025 07:54:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/08/2025 07:54:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/08/2025 10:59:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/08/2025 10:59:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/08/2025 11:17:54 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/08/2025 11:17:54 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/08/2025 11:18:42 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/08/2025 11:18:42 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/08/2025 11:26:28 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/08/2025 11:26:28 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/08/2025 11:36:11 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/08/2025 11:36:11 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/08/2025 11:58:14 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/08/2025 11:58:14 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/08/2025 12:00:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/08/2025 12:00:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/08/2025 12:35:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/08/2025 12:35:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/08/2025 02:12:39 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/08/2025 03:17:01 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='8/12/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00068' AND a.CenterId='N2:01:01068' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 12/08/2025 03:23:02 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/08/2025 03:26:43 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/08/2025 03:26:43 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/08/2025 04:10:06 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_BranchClosingBalanceSummary.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/08/2025 04:10:06 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_tqfpkf5p StackTrace: at GroupLoan_BranchClosingBalanceSummary.ExportToExcel(DataTable DT, String fileName) at GroupLoan_BranchClosingBalanceSummary.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/08/2025 04:43:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/08/2025 04:43:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/08/2025 04:52:21 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/08/2025 04:52:21 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 12/08/2025 04:52:21 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/08/2025 04:52:21 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 12/08/2025 04:52:21 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/08/2025 04:52:21 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 12/08/2025 04:53:37 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/08/2025 07:38:35 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/08/2025 07:38:35 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/08/2025 08:13:46 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/08/2025 08:24:28 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/08/2025 08:25:36 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/08/2025 09:24:12 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='8/13/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00068' AND a.CenterId='N2:01:01073' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 12/08/2025 10:15:10 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 12/08/2025 10:15:10 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 12/08/2025 10:15:15 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='8/12/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 12/08/2025 10:15:21 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 12/08/2025 10:15:21 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 12/08/2025 10:16:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 12/08/2025 10:16:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 12/08/2025 10:16:42 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 12/08/2025 10:16:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 12/08/2025 10:17:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='8/12/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 13/08/2025 08:23:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/08/2025 08:23:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/08/2025 11:30:03 AM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05047:01:05'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 13/08/2025 11:30:03 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05047:01:05'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 13/08/2025 11:30:21 AM PageName: GroupLoan_PrintGroupMemberFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_kttifbvd StackTrace: at GroupLoan_PrintGroupMemberFullDetailHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 13/08/2025 11:32:09 AM PageName: DataTableResult String str: DECLARE @SanctionId VARCHAR(20); SET @SanctionId='N2:01:05047:01:05:02:01'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=(SELECT MemberId FROM GroupLoanAccount WHERE SanctionId=@SanctionId)); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS BranchName, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS GroupOfficerName, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS CenterName, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS MemberJoinDate, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS MemberName, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS MemberGuardianName, isnull(a.MemberGender,'N/A')AS MemberGender, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS MemberDOB, isnull(a.MemberMobileNo,'N/A')AS MemberMobileNo, isnull(a.MemberOccupation,'N/A')AS MemberOccupation, isnull(b.MemberEducation,'N/A')AS MemberEducation, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS MemberAnnualIncome, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS FamilyAnnualExpence, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS NomineeName, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS NomineeGuardianName, isnull(a.NomineeGender,'N/A')AS NomineeGender, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS NomineeDOB, isnull(a.NomineeMobileNo,'N/A')AS NomineeMobileNo, isnull(a.NomineeOccupation,'N/A')AS NomineeOccupation, isnull(b.NomineeEducation,'N/A')AS NomineeEducation, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS NomineeAnnualIncome, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(b.MemberReligion,'N/A')AS MemberReligion, isnull(b.MemberCategory,'N/A')AS MemberCategory, isnull(b.MemberMaritalStatus,'N/A')AS MemberMaritalStatus, isnull(b.LoanPurpose,'N/A')AS LoanPurpose, isnull(convert(CHAR,b.LoanAmount),'N/A')AS LoanAmount, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS MemberDOM, isnull(b.SpouseName,'N/A')AS SpouseName, isnull(b.BankAccountType,'N/A')AS BankAccountType, isnull(b.MemberBankName,'N/A')AS MemberBankName, isnull(b.BankAccountNo,'N/A')AS BankAccountNo, isnull(b.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(b.BankBranchName,'N/A')AS BankBranchName, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS MemberLatitudeLongitude, isnull(b.LocationType,'N/A')AS LocationType, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS PostalAddress, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS PermanentAddress, isnull(a.MemberAadharNo,'N/A')AS MemberAadharNo, isnull(a.MemberPanNo,'N/A')AS MemberPanNo, isnull(a.MemberVoterIdNo,'N/A')AS MemberVoterIdNo, isnull(a.MemberDLNo,'N/A')AS MemberDLNo, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS MemberPOIType, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS MemberPOAType, isnull(a.NomineeAadharNo,'N/A')AS NomineeAadharNo, isnull(a.NomineeVoterIdNo,'N/A')AS NomineeVoterIdNo, isnull(a.NomineePANNo,'N/A')AS NomineePANNo, isnull(a.NomineeDLNo,'N/A')AS NomineeDLNo, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS NomineePOIType, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS NomineePOAType, @URL+@Folder+a.MemberPhoto AS MemberPhoto, @URL+@Folder+a.MemberSignature AS MemberSignature, @URL+@Folder+a.MemberPOIFront AS MemberPOIFront, @URL+@Folder+a.MemberPOIBack AS MemberPOIBack, @URL+@Folder+a.MemberPOAFront AS MemberPOAFront, @URL+@Folder+a.MemberPOABack AS MemberPOABack, @URL+@Folder+a.MemberBankPassBook AS MemberBankPassBook, @URL+@Folder+a.NomineePhoto AS NomineePhoto, @URL+@Folder+a.NomineeSignature AS NomineeSignature, @URL+@Folder+a.NomineePOIFront AS NomineePOIFront, @URL+@Folder+a.NomineePOIBack AS NomineePOIBack, @URL+@Folder+a.NomineePOAFront AS NomineePOAFront, @URL+@Folder+a.NomineePOABack AS NomineePOABack, @URL+@Folder+a.MemberNomineeJointPhoto AS MemberNomineeJointPhoto, isnull(a.RationCard,'N/A')AS RationCard, isnull(a.ElectricityBill,'N/A')AS ElectricityBill, x.LoanFormNo AS LoanFormNo, x.LoanCycle AS LoanCycle, x.GLoanTypeName AS GLoanTypeName, x.GLoanTypeNo AS GLoanTypeNo, x.LoanTermMode AS LoanTermMode, x.LoanTerm AS LoanTerm, x.InterestMethod AS InterestMethod, x.LoanPurpose AS LoanPurpose, x.ApplicationId AS ApplicationId, x.ApplicationAmount AS ApplicationAmount, convert(CHAR,x.ApplicationDate,106) AS ApplicationDate, x.SanctionId AS SanctionId, x.ApprovalAmount AS ApprovalAmount, convert(CHAR,x.ApprovalDate,106) AS ApprovalDate, convert(CHAR,x.ExpectedDisburseDate,106) AS ExpectedDisburseDate, convert(CHAR,x.FirstEMIDate,106) AS FirstEMIDate, x.ProcessingFee AS ProcessingFee, x.SecurityFee AS SecurityFee, x.InsuranceFee AS InsuranceFee, x.OtherFee AS OtherFee, x.ServiceTax AS ServiceTax, x.TotalFee AS TotalFee, x.EMIAmount AS EMIAmount, c.ToiletFacility AS ToiletFacility, c.WaterFacility AS WaterFacility, c.WaterPurification AS WaterPurification, c.ElectricityConnection AS ElectricityConnection, c.SolarPanel AS SolarPanel, c.FoodPreparation AS FoodPreparation, c.EligibleChildren AS EligibleChildren, c.EligibleGirlChild AS EligibleGirlChild, c.LivingType AS LivingType, c.HouseType AS HouseType, c.NumberOfRoom AS NumberOfRoom, c.LiveStock AS LiveStock, c.NoOfVehicles AS NoOfVehicles, c.LandInAcres AS LandInAcres, c.NoOfChildren AS NoOfChildren, c.Siblings AS Siblings, c.MembersInFamily AS MembersInFamily, c.WorkingMember AS WorkingMember, c.MemberReputation AS MemberReputation, c.WorkingStatus AS WorkingStatus, c.BusinessSalaried AS BusinessSalaried, c.WorkingProfile AS WorkingProfile, c.WorkingSince AS WorkingSince, c.ParentalBusiness AS ParentalBusiness, c.PresentResidence AS PresentResidence, c.MonthlySavings AS MonthlySavings, c.ActiveLoanBank AS ActiveLoanBank, c.BorrowFrequently AS BorrowFrequently, c.InformalLenders AS InformalLenders, c.FamilyBusinessIncome AS FamilyBusinessIncome, c.SalaryPensionIncome AS SalaryPensionIncome, c.WagesIncome AS WagesIncome, c.OtherIncome AS OtherIncome, c.Salary AS Salary, c.Rent AS Rent, c.Scholarship AS Scholarship, c.GovernmentScheme AS GovernmentScheme, c.Agriculture AS Agriculture, c.Other AS Other, c.TotalIncome AS TotalIncome, c.Food AS Food, c.Education AS Education, c.Health AS Health, c.EMIOfLoan AS EMIOfLoan, c.HouseRent AS HouseRent, c.ElectricityTax AS ElectricityTax, c.WaterTax AS WaterTax, c.PartyFucntion AS PartyFucntion, c.FareCloth AS FareCloth, c.OtherExpenses AS OtherExpenses, c.TotalExpenses AS TotalExpenses, d.ChildName AS ChildName, d.ChildAge AS ChildAge, d.ChildGender AS ChildGender, d.IdentityProofType AS IdentityProofType, d.IdentityProofNo AS IdentityProofNo, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail3, (SELECT GroupLoanSanctionLetter FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS GroupLoanSanctionLetter FROM GroupLoanAccount x WITH(nolock) INNER JOIN GroupLoanMemberDetail a WITH(nolock) ON x.MemberId=a.MemberId LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE x.SanctionId=@SanctionId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Invalid column name 'GroupLoanSanctionLetter'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 13/08/2025 11:32:09 AM PageName: GroupLoan_PrintGroupLoanSanctionLetterHTML String str: DECLARE @SanctionId VARCHAR(20); SET @SanctionId='N2:01:05047:01:05:02:01'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=(SELECT MemberId FROM GroupLoanAccount WHERE SanctionId=@SanctionId)); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS BranchName, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS GroupOfficerName, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS CenterName, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS MemberJoinDate, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS MemberName, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS MemberGuardianName, isnull(a.MemberGender,'N/A')AS MemberGender, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS MemberDOB, isnull(a.MemberMobileNo,'N/A')AS MemberMobileNo, isnull(a.MemberOccupation,'N/A')AS MemberOccupation, isnull(b.MemberEducation,'N/A')AS MemberEducation, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS MemberAnnualIncome, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS FamilyAnnualExpence, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS NomineeName, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS NomineeGuardianName, isnull(a.NomineeGender,'N/A')AS NomineeGender, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS NomineeDOB, isnull(a.NomineeMobileNo,'N/A')AS NomineeMobileNo, isnull(a.NomineeOccupation,'N/A')AS NomineeOccupation, isnull(b.NomineeEducation,'N/A')AS NomineeEducation, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS NomineeAnnualIncome, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(b.MemberReligion,'N/A')AS MemberReligion, isnull(b.MemberCategory,'N/A')AS MemberCategory, isnull(b.MemberMaritalStatus,'N/A')AS MemberMaritalStatus, isnull(b.LoanPurpose,'N/A')AS LoanPurpose, isnull(convert(CHAR,b.LoanAmount),'N/A')AS LoanAmount, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS MemberDOM, isnull(b.SpouseName,'N/A')AS SpouseName, isnull(b.BankAccountType,'N/A')AS BankAccountType, isnull(b.MemberBankName,'N/A')AS MemberBankName, isnull(b.BankAccountNo,'N/A')AS BankAccountNo, isnull(b.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(b.BankBranchName,'N/A')AS BankBranchName, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS MemberLatitudeLongitude, isnull(b.LocationType,'N/A')AS LocationType, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS PostalAddress, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS PermanentAddress, isnull(a.MemberAadharNo,'N/A')AS MemberAadharNo, isnull(a.MemberPanNo,'N/A')AS MemberPanNo, isnull(a.MemberVoterIdNo,'N/A')AS MemberVoterIdNo, isnull(a.MemberDLNo,'N/A')AS MemberDLNo, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS MemberPOIType, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS MemberPOAType, isnull(a.NomineeAadharNo,'N/A')AS NomineeAadharNo, isnull(a.NomineeVoterIdNo,'N/A')AS NomineeVoterIdNo, isnull(a.NomineePANNo,'N/A')AS NomineePANNo, isnull(a.NomineeDLNo,'N/A')AS NomineeDLNo, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS NomineePOIType, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS NomineePOAType, @URL+@Folder+a.MemberPhoto AS MemberPhoto, @URL+@Folder+a.MemberSignature AS MemberSignature, @URL+@Folder+a.MemberPOIFront AS MemberPOIFront, @URL+@Folder+a.MemberPOIBack AS MemberPOIBack, @URL+@Folder+a.MemberPOAFront AS MemberPOAFront, @URL+@Folder+a.MemberPOABack AS MemberPOABack, @URL+@Folder+a.MemberBankPassBook AS MemberBankPassBook, @URL+@Folder+a.NomineePhoto AS NomineePhoto, @URL+@Folder+a.NomineeSignature AS NomineeSignature, @URL+@Folder+a.NomineePOIFront AS NomineePOIFront, @URL+@Folder+a.NomineePOIBack AS NomineePOIBack, @URL+@Folder+a.NomineePOAFront AS NomineePOAFront, @URL+@Folder+a.NomineePOABack AS NomineePOABack, @URL+@Folder+a.MemberNomineeJointPhoto AS MemberNomineeJointPhoto, isnull(a.RationCard,'N/A')AS RationCard, isnull(a.ElectricityBill,'N/A')AS ElectricityBill, x.LoanFormNo AS LoanFormNo, x.LoanCycle AS LoanCycle, x.GLoanTypeName AS GLoanTypeName, x.GLoanTypeNo AS GLoanTypeNo, x.LoanTermMode AS LoanTermMode, x.LoanTerm AS LoanTerm, x.InterestMethod AS InterestMethod, x.LoanPurpose AS LoanPurpose, x.ApplicationId AS ApplicationId, x.ApplicationAmount AS ApplicationAmount, convert(CHAR,x.ApplicationDate,106) AS ApplicationDate, x.SanctionId AS SanctionId, x.ApprovalAmount AS ApprovalAmount, convert(CHAR,x.ApprovalDate,106) AS ApprovalDate, convert(CHAR,x.ExpectedDisburseDate,106) AS ExpectedDisburseDate, convert(CHAR,x.FirstEMIDate,106) AS FirstEMIDate, x.ProcessingFee AS ProcessingFee, x.SecurityFee AS SecurityFee, x.InsuranceFee AS InsuranceFee, x.OtherFee AS OtherFee, x.ServiceTax AS ServiceTax, x.TotalFee AS TotalFee, x.EMIAmount AS EMIAmount, c.ToiletFacility AS ToiletFacility, c.WaterFacility AS WaterFacility, c.WaterPurification AS WaterPurification, c.ElectricityConnection AS ElectricityConnection, c.SolarPanel AS SolarPanel, c.FoodPreparation AS FoodPreparation, c.EligibleChildren AS EligibleChildren, c.EligibleGirlChild AS EligibleGirlChild, c.LivingType AS LivingType, c.HouseType AS HouseType, c.NumberOfRoom AS NumberOfRoom, c.LiveStock AS LiveStock, c.NoOfVehicles AS NoOfVehicles, c.LandInAcres AS LandInAcres, c.NoOfChildren AS NoOfChildren, c.Siblings AS Siblings, c.MembersInFamily AS MembersInFamily, c.WorkingMember AS WorkingMember, c.MemberReputation AS MemberReputation, c.WorkingStatus AS WorkingStatus, c.BusinessSalaried AS BusinessSalaried, c.WorkingProfile AS WorkingProfile, c.WorkingSince AS WorkingSince, c.ParentalBusiness AS ParentalBusiness, c.PresentResidence AS PresentResidence, c.MonthlySavings AS MonthlySavings, c.ActiveLoanBank AS ActiveLoanBank, c.BorrowFrequently AS BorrowFrequently, c.InformalLenders AS InformalLenders, c.FamilyBusinessIncome AS FamilyBusinessIncome, c.SalaryPensionIncome AS SalaryPensionIncome, c.WagesIncome AS WagesIncome, c.OtherIncome AS OtherIncome, c.Salary AS Salary, c.Rent AS Rent, c.Scholarship AS Scholarship, c.GovernmentScheme AS GovernmentScheme, c.Agriculture AS Agriculture, c.Other AS Other, c.TotalIncome AS TotalIncome, c.Food AS Food, c.Education AS Education, c.Health AS Health, c.EMIOfLoan AS EMIOfLoan, c.HouseRent AS HouseRent, c.ElectricityTax AS ElectricityTax, c.WaterTax AS WaterTax, c.PartyFucntion AS PartyFucntion, c.FareCloth AS FareCloth, c.OtherExpenses AS OtherExpenses, c.TotalExpenses AS TotalExpenses, d.ChildName AS ChildName, d.ChildAge AS ChildAge, d.ChildGender AS ChildGender, d.IdentityProofType AS IdentityProofType, d.IdentityProofNo AS IdentityProofNo, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail3, (SELECT GroupLoanSanctionLetter FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS GroupLoanSanctionLetter FROM GroupLoanAccount x WITH(nolock) INNER JOIN GroupLoanMemberDetail a WITH(nolock) ON x.MemberId=a.MemberId LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE x.SanctionId=@SanctionId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_PrintGroupLoanSanctionLetterHTML.GroupLoanSanctionLetter() TargetSite: Void GroupLoanSanctionLetter() Time: 13/08/2025 11:36:08 AM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05047:01:05:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 13/08/2025 11:36:08 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05047:01:05:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 13/08/2025 11:44:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/08/2025 01:46:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/08/2025 01:46:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/08/2025 01:51:42 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/08/2025 01:51:42 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/08/2025 02:54:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/08/2025 02:54:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/08/2025 04:01:09 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/08/2025 04:19:42 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.FillEmployee() TargetSite: Void FillEmployee() Time: 13/08/2025 04:19:42 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.FillCenter() TargetSite: Void FillCenter() Time: 13/08/2025 04:26:07 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/08/2025 04:26:07 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/08/2025 05:21:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/08/2025 05:21:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/08/2025 05:44:38 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/08/2025 05:54:41 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/08/2025 05:54:41 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/08/2025 07:55:57 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/08/2025 08:04:39 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/08/2025 09:03:56 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/08/2025 09:03:56 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/08/2025 09:51:03 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='8/14/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01072' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 13/08/2025 10:01:07 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 13/08/2025 10:01:07 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 13/08/2025 10:01:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 13/08/2025 10:01:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 13/08/2025 10:01:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 13/08/2025 10:01:13 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 13/08/2025 10:01:13 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 13/08/2025 10:01:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 13/08/2025 10:01:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 13/08/2025 10:02:44 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='8/13/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 13/08/2025 10:06:50 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/08/2025 10:06:50 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/08/2025 10:37:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/08/2025 10:37:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 10:12:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 10:12:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 10:20:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 10:20:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 10:22:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 10:22:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 10:32:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 10:32:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 10:38:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 10:38:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 10:40:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 10:40:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 10:41:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 10:41:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 10:44:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 10:44:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 10:47:11 AM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 10:47:11 AM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 14/08/2025 10:47:11 AM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 10:47:11 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 14/08/2025 10:47:11 AM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 10:47:11 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 14/08/2025 10:48:04 AM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 10:48:04 AM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 14/08/2025 10:48:04 AM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 10:48:04 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 14/08/2025 10:48:04 AM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 10:48:04 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 14/08/2025 10:48:16 AM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 10:48:16 AM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 14/08/2025 10:48:16 AM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 10:48:16 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 14/08/2025 10:48:16 AM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 10:48:16 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 14/08/2025 10:48:45 AM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 10:48:45 AM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 14/08/2025 10:48:45 AM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 10:48:45 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 14/08/2025 10:48:45 AM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 10:48:45 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 14/08/2025 10:49:49 AM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='8/14/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='8/14/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 10:49:49 AM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='8/14/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='8/14/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 14/08/2025 10:49:49 AM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='8/14/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 10:49:49 AM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='8/14/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 14/08/2025 10:49:49 AM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 14/08/2025 10:56:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 10:56:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 11:01:19 AM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='8/14/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='8/14/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 11:01:19 AM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='8/14/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='8/14/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 14/08/2025 11:01:19 AM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='8/14/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 11:01:19 AM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='8/14/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 14/08/2025 11:01:19 AM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 14/08/2025 11:33:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 11:33:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 11:40:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 11:40:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 11:52:51 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 11:52:51 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 12:12:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 12:12:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 12:15:52 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 12:15:52 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 01:16:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 01:16:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 02:01:43 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05027:01:07'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:01:43 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05027:01:07'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 14/08/2025 02:01:49 PM PageName: GroupLoan_PrintGroupMemberFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_kttifbvd StackTrace: at GroupLoan_PrintGroupMemberFullDetailHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 14/08/2025 02:02:30 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:02:30 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 14/08/2025 02:02:57 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:02:57 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 14/08/2025 02:03:03 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000323' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:03:08 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000323' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:03:14 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000323' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:03:16 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000323' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:04:06 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:04:06 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 14/08/2025 02:04:11 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:04:11 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 14/08/2025 02:04:21 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000323' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:04:24 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000323' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:04:25 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000323' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:04:26 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000323' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:04:26 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000323' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:04:49 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000323' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:04:53 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000323' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:04:53 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000323' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 14/08/2025 02:04:56 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:04:56 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 14/08/2025 02:05:23 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000323' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:05:28 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000323' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:05:28 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000323' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 14/08/2025 02:05:35 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000323' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:05:35 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000323' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 14/08/2025 02:06:09 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:05027:01:07:03:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:06:42 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:06:42 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 14/08/2025 02:07:18 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000323' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:10:11 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05047:01:05:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:10:11 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05047:01:05:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 14/08/2025 02:10:15 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05047:01:05:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:10:15 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05047:01:05:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 14/08/2025 02:10:28 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:05047:01:05:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:10:36 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:05047:01:05:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:11:07 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05047:01:05:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:11:07 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05047:01:05:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 14/08/2025 02:15:56 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:05047:01:05:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:21:54 PM PageName: DataTableResult String str: DECLARE @SanctionId VARCHAR(20); SET @SanctionId='GS10000327'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=(SELECT MemberId FROM GroupLoanAccount WHERE SanctionId=@SanctionId)); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, x.LoanFormNo AS C71, x.LoanCycle AS C72, x.GLoanTypeName AS C73, x.GLoanTypeNo AS C74, x.LoanTermMode AS C75, x.LoanTerm AS C76, x.InterestMethod AS C77, x.InterestRate AS C78, x.LoanPurpose AS C79, x.ApplicationId AS C80, x.ApplicationAmount AS C81, convert(CHAR,x.ApplicationDate,106) AS C82, x.SanctionId AS C83, x.ApprovalAmount AS C84, convert(CHAR,x.ApprovalDate,106) AS C85, convert(CHAR,x.ExpectedDisburseDate,106) AS C86, convert(CHAR,x.FirstEMIDate,106) AS C87, x.ProcessingFee AS C88, x.SecurityFee AS C89, x.InsuranceFee AS C90, x.OtherFee AS C91, x.ServiceTax AS C92, x.TotalFee AS C93, x.EMIAmount AS C94, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanSanctionLetterRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanAccount x WITH(nolock) INNER JOIN GroupLoanMemberDetail a WITH(nolock) ON x.MemberId=a.MemberId LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE x.SanctionId=@SanctionId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:21:54 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @SanctionId VARCHAR(20); SET @SanctionId='GS10000327'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=(SELECT MemberId FROM GroupLoanAccount WHERE SanctionId=@SanctionId)); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, x.LoanFormNo AS C71, x.LoanCycle AS C72, x.GLoanTypeName AS C73, x.GLoanTypeNo AS C74, x.LoanTermMode AS C75, x.LoanTerm AS C76, x.InterestMethod AS C77, x.InterestRate AS C78, x.LoanPurpose AS C79, x.ApplicationId AS C80, x.ApplicationAmount AS C81, convert(CHAR,x.ApplicationDate,106) AS C82, x.SanctionId AS C83, x.ApprovalAmount AS C84, convert(CHAR,x.ApprovalDate,106) AS C85, convert(CHAR,x.ExpectedDisburseDate,106) AS C86, convert(CHAR,x.FirstEMIDate,106) AS C87, x.ProcessingFee AS C88, x.SecurityFee AS C89, x.InsuranceFee AS C90, x.OtherFee AS C91, x.ServiceTax AS C92, x.TotalFee AS C93, x.EMIAmount AS C94, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanSanctionLetterRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanAccount x WITH(nolock) INNER JOIN GroupLoanMemberDetail a WITH(nolock) ON x.MemberId=a.MemberId LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE x.SanctionId=@SanctionId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanSanctionLetter() TargetSite: Void GroupLoanSanctionLetter() Time: 14/08/2025 02:22:18 PM PageName: DataTableResult String str: DECLARE @SanctionId VARCHAR(20); SET @SanctionId='GS10000327'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=(SELECT MemberId FROM GroupLoanAccount WHERE SanctionId=@SanctionId)); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS BranchName, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS GroupOfficerName, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS CenterName, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS MemberJoinDate, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS MemberName, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS MemberGuardianName, isnull(a.MemberGender,'N/A')AS MemberGender, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS MemberDOB, isnull(a.MemberMobileNo,'N/A')AS MemberMobileNo, isnull(a.MemberOccupation,'N/A')AS MemberOccupation, isnull(b.MemberEducation,'N/A')AS MemberEducation, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS MemberAnnualIncome, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS FamilyAnnualExpence, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS NomineeName, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS NomineeGuardianName, isnull(a.NomineeGender,'N/A')AS NomineeGender, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS NomineeDOB, isnull(a.NomineeMobileNo,'N/A')AS NomineeMobileNo, isnull(a.NomineeOccupation,'N/A')AS NomineeOccupation, isnull(b.NomineeEducation,'N/A')AS NomineeEducation, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS NomineeAnnualIncome, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(b.MemberReligion,'N/A')AS MemberReligion, isnull(b.MemberCategory,'N/A')AS MemberCategory, isnull(b.MemberMaritalStatus,'N/A')AS MemberMaritalStatus, isnull(b.LoanPurpose,'N/A')AS LoanPurpose, isnull(convert(CHAR,b.LoanAmount),'N/A')AS LoanAmount, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS MemberDOM, isnull(b.SpouseName,'N/A')AS SpouseName, isnull(b.BankAccountType,'N/A')AS BankAccountType, isnull(b.MemberBankName,'N/A')AS MemberBankName, isnull(b.BankAccountNo,'N/A')AS BankAccountNo, isnull(b.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(b.BankBranchName,'N/A')AS BankBranchName, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS MemberLatitudeLongitude, isnull(b.LocationType,'N/A')AS LocationType, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS PostalAddress, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS PermanentAddress, isnull(a.MemberAadharNo,'N/A')AS MemberAadharNo, isnull(a.MemberPanNo,'N/A')AS MemberPanNo, isnull(a.MemberVoterIdNo,'N/A')AS MemberVoterIdNo, isnull(a.MemberDLNo,'N/A')AS MemberDLNo, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS MemberPOIType, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS MemberPOAType, isnull(a.NomineeAadharNo,'N/A')AS NomineeAadharNo, isnull(a.NomineeVoterIdNo,'N/A')AS NomineeVoterIdNo, isnull(a.NomineePANNo,'N/A')AS NomineePANNo, isnull(a.NomineeDLNo,'N/A')AS NomineeDLNo, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS NomineePOIType, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS NomineePOAType, @URL+@Folder+a.MemberPhoto AS MemberPhoto, @URL+@Folder+a.MemberSignature AS MemberSignature, @URL+@Folder+a.MemberPOIFront AS MemberPOIFront, @URL+@Folder+a.MemberPOIBack AS MemberPOIBack, @URL+@Folder+a.MemberPOAFront AS MemberPOAFront, @URL+@Folder+a.MemberPOABack AS MemberPOABack, @URL+@Folder+a.MemberBankPassBook AS MemberBankPassBook, @URL+@Folder+a.NomineePhoto AS NomineePhoto, @URL+@Folder+a.NomineeSignature AS NomineeSignature, @URL+@Folder+a.NomineePOIFront AS NomineePOIFront, @URL+@Folder+a.NomineePOIBack AS NomineePOIBack, @URL+@Folder+a.NomineePOAFront AS NomineePOAFront, @URL+@Folder+a.NomineePOABack AS NomineePOABack, @URL+@Folder+a.MemberNomineeJointPhoto AS MemberNomineeJointPhoto, isnull(a.RationCard,'N/A')AS RationCard, isnull(a.ElectricityBill,'N/A')AS ElectricityBill, x.LoanFormNo AS LoanFormNo, x.LoanCycle AS LoanCycle, x.GLoanTypeName AS GLoanTypeName, x.GLoanTypeNo AS GLoanTypeNo, x.LoanTermMode AS LoanTermMode, x.LoanTerm AS LoanTerm, x.InterestMethod AS InterestMethod, x.LoanPurpose AS LoanPurpose, x.ApplicationId AS ApplicationId, x.ApplicationAmount AS ApplicationAmount, convert(CHAR,x.ApplicationDate,106) AS ApplicationDate, x.SanctionId AS SanctionId, x.ApprovalAmount AS ApprovalAmount, convert(CHAR,x.ApprovalDate,106) AS ApprovalDate, convert(CHAR,x.ExpectedDisburseDate,106) AS ExpectedDisburseDate, convert(CHAR,x.FirstEMIDate,106) AS FirstEMIDate, x.ProcessingFee AS ProcessingFee, x.SecurityFee AS SecurityFee, x.InsuranceFee AS InsuranceFee, x.OtherFee AS OtherFee, x.ServiceTax AS ServiceTax, x.TotalFee AS TotalFee, x.EMIAmount AS EMIAmount, c.ToiletFacility AS ToiletFacility, c.WaterFacility AS WaterFacility, c.WaterPurification AS WaterPurification, c.ElectricityConnection AS ElectricityConnection, c.SolarPanel AS SolarPanel, c.FoodPreparation AS FoodPreparation, c.EligibleChildren AS EligibleChildren, c.EligibleGirlChild AS EligibleGirlChild, c.LivingType AS LivingType, c.HouseType AS HouseType, c.NumberOfRoom AS NumberOfRoom, c.LiveStock AS LiveStock, c.NoOfVehicles AS NoOfVehicles, c.LandInAcres AS LandInAcres, c.NoOfChildren AS NoOfChildren, c.Siblings AS Siblings, c.MembersInFamily AS MembersInFamily, c.WorkingMember AS WorkingMember, c.MemberReputation AS MemberReputation, c.WorkingStatus AS WorkingStatus, c.BusinessSalaried AS BusinessSalaried, c.WorkingProfile AS WorkingProfile, c.WorkingSince AS WorkingSince, c.ParentalBusiness AS ParentalBusiness, c.PresentResidence AS PresentResidence, c.MonthlySavings AS MonthlySavings, c.ActiveLoanBank AS ActiveLoanBank, c.BorrowFrequently AS BorrowFrequently, c.InformalLenders AS InformalLenders, c.FamilyBusinessIncome AS FamilyBusinessIncome, c.SalaryPensionIncome AS SalaryPensionIncome, c.WagesIncome AS WagesIncome, c.OtherIncome AS OtherIncome, c.Salary AS Salary, c.Rent AS Rent, c.Scholarship AS Scholarship, c.GovernmentScheme AS GovernmentScheme, c.Agriculture AS Agriculture, c.Other AS Other, c.TotalIncome AS TotalIncome, c.Food AS Food, c.Education AS Education, c.Health AS Health, c.EMIOfLoan AS EMIOfLoan, c.HouseRent AS HouseRent, c.ElectricityTax AS ElectricityTax, c.WaterTax AS WaterTax, c.PartyFucntion AS PartyFucntion, c.FareCloth AS FareCloth, c.OtherExpenses AS OtherExpenses, c.TotalExpenses AS TotalExpenses, d.ChildName AS ChildName, d.ChildAge AS ChildAge, d.ChildGender AS ChildGender, d.IdentityProofType AS IdentityProofType, d.IdentityProofNo AS IdentityProofNo, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail3, (SELECT GroupLoanSanctionLetter FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS GroupLoanSanctionLetter FROM GroupLoanAccount x WITH(nolock) INNER JOIN GroupLoanMemberDetail a WITH(nolock) ON x.MemberId=a.MemberId LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE x.SanctionId=@SanctionId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Invalid column name 'GroupLoanSanctionLetter'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:22:18 PM PageName: GroupLoan_PrintGroupLoanSanctionLetterHTML String str: DECLARE @SanctionId VARCHAR(20); SET @SanctionId='GS10000327'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=(SELECT MemberId FROM GroupLoanAccount WHERE SanctionId=@SanctionId)); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS BranchName, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS GroupOfficerName, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS CenterName, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS MemberJoinDate, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS MemberName, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS MemberGuardianName, isnull(a.MemberGender,'N/A')AS MemberGender, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS MemberDOB, isnull(a.MemberMobileNo,'N/A')AS MemberMobileNo, isnull(a.MemberOccupation,'N/A')AS MemberOccupation, isnull(b.MemberEducation,'N/A')AS MemberEducation, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS MemberAnnualIncome, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS FamilyAnnualExpence, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS NomineeName, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS NomineeGuardianName, isnull(a.NomineeGender,'N/A')AS NomineeGender, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS NomineeDOB, isnull(a.NomineeMobileNo,'N/A')AS NomineeMobileNo, isnull(a.NomineeOccupation,'N/A')AS NomineeOccupation, isnull(b.NomineeEducation,'N/A')AS NomineeEducation, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS NomineeAnnualIncome, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(b.MemberReligion,'N/A')AS MemberReligion, isnull(b.MemberCategory,'N/A')AS MemberCategory, isnull(b.MemberMaritalStatus,'N/A')AS MemberMaritalStatus, isnull(b.LoanPurpose,'N/A')AS LoanPurpose, isnull(convert(CHAR,b.LoanAmount),'N/A')AS LoanAmount, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS MemberDOM, isnull(b.SpouseName,'N/A')AS SpouseName, isnull(b.BankAccountType,'N/A')AS BankAccountType, isnull(b.MemberBankName,'N/A')AS MemberBankName, isnull(b.BankAccountNo,'N/A')AS BankAccountNo, isnull(b.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(b.BankBranchName,'N/A')AS BankBranchName, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS MemberLatitudeLongitude, isnull(b.LocationType,'N/A')AS LocationType, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS PostalAddress, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS PermanentAddress, isnull(a.MemberAadharNo,'N/A')AS MemberAadharNo, isnull(a.MemberPanNo,'N/A')AS MemberPanNo, isnull(a.MemberVoterIdNo,'N/A')AS MemberVoterIdNo, isnull(a.MemberDLNo,'N/A')AS MemberDLNo, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS MemberPOIType, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS MemberPOAType, isnull(a.NomineeAadharNo,'N/A')AS NomineeAadharNo, isnull(a.NomineeVoterIdNo,'N/A')AS NomineeVoterIdNo, isnull(a.NomineePANNo,'N/A')AS NomineePANNo, isnull(a.NomineeDLNo,'N/A')AS NomineeDLNo, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS NomineePOIType, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS NomineePOAType, @URL+@Folder+a.MemberPhoto AS MemberPhoto, @URL+@Folder+a.MemberSignature AS MemberSignature, @URL+@Folder+a.MemberPOIFront AS MemberPOIFront, @URL+@Folder+a.MemberPOIBack AS MemberPOIBack, @URL+@Folder+a.MemberPOAFront AS MemberPOAFront, @URL+@Folder+a.MemberPOABack AS MemberPOABack, @URL+@Folder+a.MemberBankPassBook AS MemberBankPassBook, @URL+@Folder+a.NomineePhoto AS NomineePhoto, @URL+@Folder+a.NomineeSignature AS NomineeSignature, @URL+@Folder+a.NomineePOIFront AS NomineePOIFront, @URL+@Folder+a.NomineePOIBack AS NomineePOIBack, @URL+@Folder+a.NomineePOAFront AS NomineePOAFront, @URL+@Folder+a.NomineePOABack AS NomineePOABack, @URL+@Folder+a.MemberNomineeJointPhoto AS MemberNomineeJointPhoto, isnull(a.RationCard,'N/A')AS RationCard, isnull(a.ElectricityBill,'N/A')AS ElectricityBill, x.LoanFormNo AS LoanFormNo, x.LoanCycle AS LoanCycle, x.GLoanTypeName AS GLoanTypeName, x.GLoanTypeNo AS GLoanTypeNo, x.LoanTermMode AS LoanTermMode, x.LoanTerm AS LoanTerm, x.InterestMethod AS InterestMethod, x.LoanPurpose AS LoanPurpose, x.ApplicationId AS ApplicationId, x.ApplicationAmount AS ApplicationAmount, convert(CHAR,x.ApplicationDate,106) AS ApplicationDate, x.SanctionId AS SanctionId, x.ApprovalAmount AS ApprovalAmount, convert(CHAR,x.ApprovalDate,106) AS ApprovalDate, convert(CHAR,x.ExpectedDisburseDate,106) AS ExpectedDisburseDate, convert(CHAR,x.FirstEMIDate,106) AS FirstEMIDate, x.ProcessingFee AS ProcessingFee, x.SecurityFee AS SecurityFee, x.InsuranceFee AS InsuranceFee, x.OtherFee AS OtherFee, x.ServiceTax AS ServiceTax, x.TotalFee AS TotalFee, x.EMIAmount AS EMIAmount, c.ToiletFacility AS ToiletFacility, c.WaterFacility AS WaterFacility, c.WaterPurification AS WaterPurification, c.ElectricityConnection AS ElectricityConnection, c.SolarPanel AS SolarPanel, c.FoodPreparation AS FoodPreparation, c.EligibleChildren AS EligibleChildren, c.EligibleGirlChild AS EligibleGirlChild, c.LivingType AS LivingType, c.HouseType AS HouseType, c.NumberOfRoom AS NumberOfRoom, c.LiveStock AS LiveStock, c.NoOfVehicles AS NoOfVehicles, c.LandInAcres AS LandInAcres, c.NoOfChildren AS NoOfChildren, c.Siblings AS Siblings, c.MembersInFamily AS MembersInFamily, c.WorkingMember AS WorkingMember, c.MemberReputation AS MemberReputation, c.WorkingStatus AS WorkingStatus, c.BusinessSalaried AS BusinessSalaried, c.WorkingProfile AS WorkingProfile, c.WorkingSince AS WorkingSince, c.ParentalBusiness AS ParentalBusiness, c.PresentResidence AS PresentResidence, c.MonthlySavings AS MonthlySavings, c.ActiveLoanBank AS ActiveLoanBank, c.BorrowFrequently AS BorrowFrequently, c.InformalLenders AS InformalLenders, c.FamilyBusinessIncome AS FamilyBusinessIncome, c.SalaryPensionIncome AS SalaryPensionIncome, c.WagesIncome AS WagesIncome, c.OtherIncome AS OtherIncome, c.Salary AS Salary, c.Rent AS Rent, c.Scholarship AS Scholarship, c.GovernmentScheme AS GovernmentScheme, c.Agriculture AS Agriculture, c.Other AS Other, c.TotalIncome AS TotalIncome, c.Food AS Food, c.Education AS Education, c.Health AS Health, c.EMIOfLoan AS EMIOfLoan, c.HouseRent AS HouseRent, c.ElectricityTax AS ElectricityTax, c.WaterTax AS WaterTax, c.PartyFucntion AS PartyFucntion, c.FareCloth AS FareCloth, c.OtherExpenses AS OtherExpenses, c.TotalExpenses AS TotalExpenses, d.ChildName AS ChildName, d.ChildAge AS ChildAge, d.ChildGender AS ChildGender, d.IdentityProofType AS IdentityProofType, d.IdentityProofNo AS IdentityProofNo, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail3, (SELECT GroupLoanSanctionLetter FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS GroupLoanSanctionLetter FROM GroupLoanAccount x WITH(nolock) INNER JOIN GroupLoanMemberDetail a WITH(nolock) ON x.MemberId=a.MemberId LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE x.SanctionId=@SanctionId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_PrintGroupLoanSanctionLetterHTML.GroupLoanSanctionLetter() TargetSite: Void GroupLoanSanctionLetter() Time: 14/08/2025 02:22:44 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000323' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:22:44 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000323' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 14/08/2025 02:23:08 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:23:08 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 14/08/2025 02:23:12 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:23:12 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 14/08/2025 02:23:30 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000323' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 02:24:05 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000323' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:24:05 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000323' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 14/08/2025 02:24:24 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000323' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:24:24 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000323' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 14/08/2025 02:27:13 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:27:13 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000323' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 14/08/2025 02:34:39 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05027:01:05:04:03' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/08/2025 02:34:39 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05027:01:05:04:03' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 14/08/2025 03:04:05 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:03012:01:01:04:03' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/08/2025 03:04:10 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/08/2025 03:07:18 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 14/08/2025 04:17:37 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 14/08/2025 04:29:08 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 14/08/2025 06:05:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 06:05:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 08:14:21 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 08:14:21 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 08:45:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 08:45:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 08:52:15 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/08/2025 08:52:15 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/08/2025 09:59:07 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 15/08/2025 04:10:27 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/08/2025 04:10:27 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/08/2025 04:15:58 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/08/2025 08:16:53 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 15/08/2025 08:17:00 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 15/08/2025 09:00:38 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/08/2025 09:00:38 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/08/2025 09:07:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/08/2025 09:07:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/08/2025 11:15:02 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/08/2025 11:15:02 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/08/2025 10:41:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/08/2025 10:41:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/08/2025 10:42:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/08/2025 10:42:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/08/2025 10:44:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/08/2025 10:44:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/08/2025 11:01:45 AM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/08/2025 11:02:00 AM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/08/2025 11:43:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/08/2025 11:43:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/08/2025 12:02:55 PM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/08/2025 12:02:55 PM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/08/2025 12:19:19 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 16/08/2025 12:19:43 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05036:01:06:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 16/08/2025 12:19:43 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05036:01:06:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 16/08/2025 12:19:47 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05036:01:06:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 16/08/2025 12:19:47 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05036:01:06:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 16/08/2025 12:19:54 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:05036:01:06:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 16/08/2025 12:20:05 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:05036:01:06:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 16/08/2025 02:02:43 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.FillEmployee() TargetSite: Void FillEmployee() Time: 16/08/2025 02:02:43 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.FillCenter() TargetSite: Void FillCenter() Time: 16/08/2025 02:02:43 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.FillEmployee() TargetSite: Void FillEmployee() Time: 16/08/2025 02:02:43 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.FillCenter() TargetSite: Void FillCenter() Time: 16/08/2025 02:02:43 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.FillData() TargetSite: Void FillData() Time: 16/08/2025 02:02:47 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.FillData() TargetSite: Void FillData() Time: 16/08/2025 04:57:20 PM PageName: GroupLoan_GroupMemberRegistrationList String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_01iug51f StackTrace: at GroupLoan_GroupMemberRegistrationList.FillEmployee() TargetSite: Void FillEmployee() Time: 16/08/2025 04:57:20 PM PageName: GroupLoan_GroupMemberRegistrationList String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_01iug51f StackTrace: at GroupLoan_GroupMemberRegistrationList.FillCenter() TargetSite: Void FillCenter() Time: 16/08/2025 05:03:30 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:06038:01:07' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 16/08/2025 05:03:36 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:06038:01:07' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 16/08/2025 05:05:58 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:06038:01:07' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 16/08/2025 05:06:03 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:06038:01:07' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 16/08/2025 06:08:32 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:06038:01:07' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 16/08/2025 06:10:02 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:06038:01:07' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 16/08/2025 06:11:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 16/08/2025 06:11:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 16/08/2025 06:11:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 16/08/2025 06:11:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 16/08/2025 06:14:08 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:06038:01:07' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 16/08/2025 06:32:25 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:06038:01:07' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 16/08/2025 07:37:16 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 16/08/2025 08:14:04 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/08/2025 08:40:54 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 16/08/2025 11:55:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/08/2025 11:55:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/08/2025 07:34:22 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/08/2025 07:34:22 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/08/2025 07:43:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/08/2025 07:43:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/08/2025 12:22:25 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 17/08/2025 12:50:51 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 17/08/2025 12:50:56 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 17/08/2025 12:51:32 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 17/08/2025 12:51:36 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 17/08/2025 12:52:41 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 17/08/2025 12:53:01 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 18/08/2025 10:22:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 10:22:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 10:35:22 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 10:35:22 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 10:40:29 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 10:40:29 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 10:45:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 10:45:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 10:57:22 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 10:57:22 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 10:58:29 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 10:58:29 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 11:16:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 11:16:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 11:17:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 11:17:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 11:17:43 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 11:17:43 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 11:26:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 11:26:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 11:26:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 11:26:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 11:26:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 11:26:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 11:26:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 11:26:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 11:29:36 AM PageName: GroupLoan_GroupLoanDisbursement String str: SELECT Count(1) AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00021592' ; SELECT Count(1) AS Nos2 FROM GroupLoanAccount WHERE LoanId='GL00000877' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00021592', 'GroupLoanDisbursement', GETDATE(), 'emp00053' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; UPDATE GroupLoanAccount SET LoanId= 'GL00000877' WHERE SanctionId='GS10000872' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 18/08/2025 11:41:59 AM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 18/08/2025 11:51:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 18/08/2025 12:01:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 18/08/2025 12:01:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 18/08/2025 12:01:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 18/08/2025 12:01:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 18/08/2025 12:01:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/08/2025 12:01:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/08/2025 01:31:11 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 01:31:11 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 01:31:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 01:31:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 01:58:15 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 01:58:15 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 02:11:14 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 02:11:14 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 02:19:10 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 02:19:10 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 03:53:09 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 18/08/2025 03:53:09 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 18/08/2025 03:56:28 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 03:56:28 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 04:01:56 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 04:01:56 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 04:07:26 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 18/08/2025 04:08:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 04:08:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 04:54:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 04:54:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 05:05:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 05:05:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 06:39:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 18/08/2025 06:39:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 18/08/2025 06:39:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/08/2025 06:56:53 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 18/08/2025 06:56:53 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 18/08/2025 06:56:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/08/2025 06:57:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/08/2025 06:58:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/08/2025 07:01:07 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 18/08/2025 07:01:07 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 18/08/2025 07:01:11 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/08/2025 07:01:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/08/2025 07:32:42 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 18/08/2025 07:33:05 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 07:33:05 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 07:43:22 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 07:43:22 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 07:54:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/08/2025 07:54:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/08/2025 08:06:59 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 18/08/2025 08:55:49 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 18/08/2025 09:40:54 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000771' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 18/08/2025 09:41:00 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000771' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 18/08/2025 09:41:00 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000771' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 18/08/2025 09:41:03 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000771' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 18/08/2025 09:41:03 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000771' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 19/08/2025 10:18:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/08/2025 10:18:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/08/2025 10:20:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/08/2025 10:20:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/08/2025 10:30:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/08/2025 10:30:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/08/2025 10:36:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/08/2025 10:36:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/08/2025 10:40:37 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/08/2025 10:40:37 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/08/2025 10:42:56 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/08/2025 10:42:56 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/08/2025 11:24:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/08/2025 11:24:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/08/2025 11:53:51 AM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000240' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 19/08/2025 11:53:51 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000240' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 19/08/2025 11:53:55 AM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000240' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 19/08/2025 11:53:55 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000240' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 19/08/2025 11:55:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/08/2025 11:55:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/08/2025 12:27:14 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/08/2025 12:27:14 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/08/2025 12:28:44 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/08/2025 12:28:44 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/08/2025 01:16:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/08/2025 01:16:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/08/2025 01:19:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 19/08/2025 01:19:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 19/08/2025 03:10:10 PM PageName: GroupLoan_GroupLoanDisbursement String str: SELECT Count(1) AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00021936' ; SELECT Count(1) AS Nos2 FROM GroupLoanAccount WHERE LoanId='GL00000911' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00021936', 'GroupLoanDisbursement', GETDATE(), 'emp00053' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; UPDATE GroupLoanAccount SET LoanId= 'GL00000911' WHERE SanctionId='GS10000907' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 19/08/2025 03:10:23 PM PageName: GroupLoan_GroupLoanDisbursement String str: SELECT Count(1) AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00021936' ; SELECT Count(1) AS Nos2 FROM GroupLoanAccount WHERE LoanId='GL00000911' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00021936', 'GroupLoanDisbursement', GETDATE(), 'emp00053' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; UPDATE GroupLoanAccount SET LoanId= 'GL00000911' WHERE SanctionId='GS10000907' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 19/08/2025 03:51:21 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 19/08/2025 03:51:21 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 19/08/2025 09:08:49 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/08/2025 09:08:49 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_2ugjqcrh StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/08/2025 09:09:37 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/08/2025 09:09:37 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/08/2025 11:34:10 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/08/2025 11:34:10 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 10:15:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 10:15:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 10:15:51 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 10:15:51 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 10:24:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 10:24:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 10:35:43 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 10:35:43 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 10:40:05 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 10:40:05 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 10:48:03 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 10:48:03 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 10:56:51 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 10:56:51 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 11:01:59 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 11:01:59 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 11:07:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 11:07:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 12:25:09 PM PageName: DataTableResult String str: DECLARE @TDate DATE; SET @TDate='8/20/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate='01/08/2025' AND isnull(c.NoOfDay,0)<='20/08/2025' AND a.BranchId IN ('104','106','105','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value '01/08/2025' to data type int. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.Read() at System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 20/08/2025 12:25:09 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: DECLARE @TDate DATE; SET @TDate='8/20/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate='01/08/2025' AND isnull(c.NoOfDay,0)<='20/08/2025' AND a.BranchId IN ('104','106','105','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 20/08/2025 12:30:03 PM PageName: GroupLoan_GroupLoanUpdateBankDetail String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanUpdateBankDetail.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 12:30:03 PM PageName: GroupLoan_GroupLoanUpdateBankDetail String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_kqjaensf StackTrace: at GroupLoan_GroupLoanUpdateBankDetail.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanUpdateBankDetail.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 02:40:35 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 20/08/2025 03:14:29 PM PageName: AdminMasterPage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at AdminMasterPage.AdminSearch_Click(Object sender, ImageClickEventArgs e) TargetSite: Void AdminSearch_Click(System.Object, System.Web.UI.ImageClickEventArgs) Time: 20/08/2025 03:59:32 PM PageName: DataSetResult String str: SELECT a.EmployeeId, a.EmployeeName FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.GrouLoanTeam='Yes' AND a.BranchId='104' ORDER BY a.EmployeeName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'GrouLoanTeam'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 20/08/2025 03:59:32 PM PageName: GroupLoan_MemberDetailCorrection String str: SELECT a.EmployeeId, a.EmployeeName FROM EmployeeRegistrationDetail a WITH(nolock) WHERE a.GrouLoanTeam='Yes' AND a.BranchId='104' ORDER BY a.EmployeeName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_mjhq5ba5 StackTrace: at GroupLoan_MemberDetailCorrection.fillEmployeeList() TargetSite: Void fillEmployeeList() Time: 20/08/2025 04:04:45 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_2ugjqcrh StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 20/08/2025 04:22:40 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/08/2025 04:24:04 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 04:24:04 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanApplicationVerification.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 04:24:25 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 04:24:25 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanApplicationVerification.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 05:27:55 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/08/2025 05:28:56 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 05:28:56 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 05:41:50 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/08/2025 06:59:01 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/08/2025 08:09:58 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 08:09:58 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 08:40:38 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 20/08/2025 08:57:32 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 08:57:32 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 10:16:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 20/08/2025 10:16:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 20/08/2025 10:16:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 20/08/2025 10:34:05 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 10:34:05 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 10:49:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/08/2025 10:49:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/08/2025 11:35:57 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/08/2025 12:05:36 AM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 21/08/2025 12:08:33 AM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 21/08/2025 08:44:10 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/08/2025 10:33:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/08/2025 10:33:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/08/2025 10:39:05 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/08/2025 10:39:05 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/08/2025 10:42:32 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/08/2025 10:44:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/08/2025 10:44:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/08/2025 10:47:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/08/2025 10:47:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/08/2025 10:50:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/08/2025 10:50:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/08/2025 10:52:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/08/2025 10:52:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/08/2025 11:28:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/08/2025 11:28:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/08/2025 11:38:14 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/08/2025 11:38:14 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/08/2025 11:38:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/08/2025 11:38:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/08/2025 11:46:36 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/08/2025 11:46:36 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/08/2025 11:52:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/08/2025 11:52:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/08/2025 06:05:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/08/2025 06:05:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/08/2025 06:24:47 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 21/08/2025 07:14:20 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='8/21/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00045' AND a.CenterId='106005' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 21/08/2025 08:18:12 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/08/2025 08:18:12 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/08/2025 09:31:03 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 21/08/2025 10:14:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/08/2025 10:14:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/08/2025 10:22:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/08/2025 10:26:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/08/2025 10:26:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/08/2025 10:27:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/08/2025 10:27:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/08/2025 10:30:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/08/2025 10:30:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/08/2025 10:38:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/08/2025 10:38:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/08/2025 10:38:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/08/2025 10:38:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/08/2025 10:50:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/08/2025 10:50:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/08/2025 11:16:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/08/2025 11:16:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/08/2025 11:18:16 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/08/2025 11:18:16 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/08/2025 02:41:16 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/08/2025 04:56:07 PM PageName: Account_AccountVoucherDetail String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at Account_AccountVoucherDetail.grdData_Sorting(Object sender, GridViewSortEventArgs e) TargetSite: Void grdData_Sorting(System.Object, System.Web.UI.WebControls.GridViewSortEventArgs) Time: 22/08/2025 04:56:10 PM PageName: Account_AccountVoucherDetail String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at Account_AccountVoucherDetail.grdData_Sorting(Object sender, GridViewSortEventArgs e) TargetSite: Void grdData_Sorting(System.Object, System.Web.UI.WebControls.GridViewSortEventArgs) Time: 22/08/2025 05:01:46 PM PageName: Account_AccountVoucherDetail String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at Account_AccountVoucherDetail.grdData_Sorting(Object sender, GridViewSortEventArgs e) TargetSite: Void grdData_Sorting(System.Object, System.Web.UI.WebControls.GridViewSortEventArgs) Time: 22/08/2025 05:59:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/08/2025 05:59:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/08/2025 06:02:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/08/2025 06:02:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/08/2025 06:11:17 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/08/2025 06:11:17 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanRepaymentMultiple.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/08/2025 10:16:17 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 22/08/2025 10:16:21 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 22/08/2025 10:48:07 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 23/08/2025 10:11:22 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanRepaymentMultiple.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 10:11:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 10:11:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 10:11:39 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanRepaymentMultiple.FillData() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 10:20:40 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 10:20:40 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 10:25:05 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 10:25:05 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 10:31:05 AM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanOutstandingReportBM.btnSearch_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 10:31:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 10:31:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 12:04:07 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 12:04:07 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 12:05:16 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 12:05:16 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 12:06:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 12:06:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 12:08:04 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 12:08:04 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 12:09:20 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 12:09:20 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 12:36:18 PM PageName: GroupLoan_GroupMemberRegistrationList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMemberRegistrationList.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 12:36:18 PM PageName: GroupLoan_GroupMemberRegistrationList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_01iug51f StackTrace: at GroupLoan_GroupMemberRegistrationList.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMemberRegistrationList.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 01:05:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 01:05:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 01:24:34 PM PageName: GroupLoan_GroupDemandCollectionReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupDemandCollectionReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 01:24:34 PM PageName: GroupLoan_GroupDemandCollectionReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fl4ak2fe StackTrace: at GroupLoan_GroupDemandCollectionReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupDemandCollectionReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 01:25:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 01:25:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 01:26:07 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 01:26:07 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 01:31:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 01:31:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 02:01:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 02:01:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 02:03:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 02:03:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 02:09:09 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 02:09:19 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 02:09:27 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 02:09:39 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 02:10:47 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01074:01:04' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 02:11:07 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01074:01:04' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 02:11:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 02:11:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 02:12:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 02:12:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 02:17:38 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01074:01:04' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 02:17:44 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01074:01:04' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 02:17:49 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01074:01:04' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 02:51:37 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 02:59:46 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 03:27:01 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 03:27:01 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 03:30:38 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 03:31:40 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 03:31:40 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 03:34:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 03:34:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 03:41:29 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Convert.ToDecimal(String value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 23/08/2025 03:41:48 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 23/08/2025 03:42:12 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 23/08/2025 03:42:30 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 23/08/2025 03:42:45 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( BranchName VARCHAR(100), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), NoOfCenter INT, NoOfLoans INT, LoanAmount DECIMAL(18,2), TotalInterest DECIMAL(18,2), DisburseAmount DECIMAL(18,2), NoOfLoanPer DECIMAL(18,2), LoanAmountPer DECIMAL(18,2) ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, NoOfCenter, NoOfLoans, LoanAmount, TotalInterest, DisburseAmount ) SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.DisburseAmount)AS DisburseAmount FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanDisbursed','LoanClosed') AND a.DisburseDate>='8/1/2025 12:00:00 AM' AND a.DisburseDate<'8/23/2025 12:00:00 AM' AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' AND a.LoanCycle='1/2' GROUP BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerId, a.LoanOfficerName ORDER BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerName UPDATE ta SET ta.NoOfLoanPer=convert(DECIMAL(10,0),ta.NoOfLoans*100.00/(SELECT SUM(NoOfLoans) FROM @FTable)), ta.LoanAmountPer=convert(DECIMAL(10,0),ta.LoanAmount*100.00/(SELECT SUM(LoanAmount) FROM @FTable)) FROM @FTable ta ; SELECT BranchName, LoanOfficerId, LoanOfficerName, NoOfCenter, NoOfLoans, LoanAmount, TotalInterest, DisburseAmount, dbo.FunNumberOfCharacterFromNumber(NoOfLoanPer)AS NoOfLoanStr, dbo.FunNumberOfCharacterFromNumber(LoanAmountPer)AS LoanAmountStr FROM @FTable ORDER BY BranchName, LoanOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value '1/2' to data type tinyint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 23/08/2025 03:42:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: DECLARE @FTable TABLE ( BranchName VARCHAR(100), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), NoOfCenter INT, NoOfLoans INT, LoanAmount DECIMAL(18,2), TotalInterest DECIMAL(18,2), DisburseAmount DECIMAL(18,2), NoOfLoanPer DECIMAL(18,2), LoanAmountPer DECIMAL(18,2) ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, NoOfCenter, NoOfLoans, LoanAmount, TotalInterest, DisburseAmount ) SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.DisburseAmount)AS DisburseAmount FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanDisbursed','LoanClosed') AND a.DisburseDate>='8/1/2025 12:00:00 AM' AND a.DisburseDate<'8/23/2025 12:00:00 AM' AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' AND a.LoanCycle='1/2' GROUP BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerId, a.LoanOfficerName ORDER BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerName UPDATE ta SET ta.NoOfLoanPer=convert(DECIMAL(10,0),ta.NoOfLoans*100.00/(SELECT SUM(NoOfLoans) FROM @FTable)), ta.LoanAmountPer=convert(DECIMAL(10,0),ta.LoanAmount*100.00/(SELECT SUM(LoanAmount) FROM @FTable)) FROM @FTable ta ; SELECT BranchName, LoanOfficerId, LoanOfficerName, NoOfCenter, NoOfLoans, LoanAmount, TotalInterest, DisburseAmount, dbo.FunNumberOfCharacterFromNumber(NoOfLoanPer)AS NoOfLoanStr, dbo.FunNumberOfCharacterFromNumber(LoanAmountPer)AS LoanAmountStr FROM @FTable ORDER BY BranchName, LoanOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 23/08/2025 03:43:31 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 23/08/2025 03:51:41 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 03:51:41 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 03:55:16 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 03:55:16 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 03:57:56 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 03:57:56 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 03:57:57 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 03:58:26 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 03:59:33 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 03:59:33 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 04:00:12 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/08/2025 04:27:21 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 04:27:21 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 04:44:02 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 04:44:02 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 05:01:12 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 23/08/2025 05:13:10 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/08/2025 05:13:10 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/08/2025 10:25:48 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/08/2025 10:54:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/08/2025 10:54:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/08/2025 11:05:12 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/08/2025 11:05:12 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/08/2025 12:36:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/08/2025 12:36:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/08/2025 12:39:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/08/2025 12:39:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/08/2025 03:30:55 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 24/08/2025 08:15:00 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/08/2025 08:15:07 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/08/2025 08:17:06 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01074:01:04' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/08/2025 08:17:20 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01074:01:04' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/08/2025 08:24:09 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01074:01:04' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/08/2025 08:24:18 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01074:01:04' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/08/2025 08:25:46 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/08/2025 08:27:31 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 24/08/2025 08:28:32 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/08/2025 08:28:38 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/08/2025 08:29:21 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/08/2025 08:29:33 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/08/2025 08:35:43 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/08/2025 08:41:21 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/08/2025 08:43:01 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/08/2025 08:55:41 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/08/2025 09:27:19 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 25/08/2025 10:12:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/08/2025 10:12:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/08/2025 10:12:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/08/2025 10:12:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/08/2025 10:19:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/08/2025 10:19:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/08/2025 10:23:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/08/2025 10:23:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/08/2025 10:23:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/08/2025 10:23:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/08/2025 10:29:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/08/2025 10:29:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/08/2025 10:30:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 25/08/2025 10:34:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/08/2025 10:34:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/08/2025 11:41:15 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/08/2025 11:41:15 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/08/2025 12:13:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/08/2025 12:13:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/08/2025 04:12:14 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 25/08/2025 04:32:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 25/08/2025 04:32:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 25/08/2025 04:32:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 25/08/2025 06:05:31 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01072:01:06' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 25/08/2025 06:06:22 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01074:01:04' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 25/08/2025 06:06:27 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01074:01:04' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 25/08/2025 06:10:48 PM PageName: GroupLoan_GroupLoanUpdateMobileNo String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Extender control 'FilteredTextBoxExtender3' is not a registered extender control. Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors(). Parameter name: extenderControl Source: System.Web.Extensions StackTrace: at System.Web.UI.ScriptControlManager.RegisterScriptDescriptors(IExtenderControl extenderControl) at System.Web.UI.ScriptManager.RegisterScriptDescriptors(IExtenderControl extenderControl) at System.Web.UI.ExtenderControl.Render(HtmlTextWriter writer) at AjaxControlToolkit.ExtenderControlBase.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.TableCell.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.WebControls.Table.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.GridView.Render(HtmlTextWriter writer, Boolean renderPanel) at System.Web.UI.WebControls.GridView.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at GroupLoan_GroupLoanUpdateMobileNo.btnExport_Click(Object sender, EventArgs e) TargetSite: Void RegisterScriptDescriptors(System.Web.UI.IExtenderControl) Time: 25/08/2025 06:10:50 PM PageName: GroupLoan_GroupLoanUpdateMobileNo String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Extender control 'FilteredTextBoxExtender3' is not a registered extender control. Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors(). Parameter name: extenderControl Source: System.Web.Extensions StackTrace: at System.Web.UI.ScriptControlManager.RegisterScriptDescriptors(IExtenderControl extenderControl) at System.Web.UI.ScriptManager.RegisterScriptDescriptors(IExtenderControl extenderControl) at System.Web.UI.ExtenderControl.Render(HtmlTextWriter writer) at AjaxControlToolkit.ExtenderControlBase.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.TableCell.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.WebControls.Table.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.GridView.Render(HtmlTextWriter writer, Boolean renderPanel) at System.Web.UI.WebControls.GridView.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at GroupLoan_GroupLoanUpdateMobileNo.btnExport_Click(Object sender, EventArgs e) TargetSite: Void RegisterScriptDescriptors(System.Web.UI.IExtenderControl) Time: 25/08/2025 06:10:51 PM PageName: GroupLoan_GroupLoanUpdateMobileNo String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Extender control 'FilteredTextBoxExtender3' is not a registered extender control. Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors(). Parameter name: extenderControl Source: System.Web.Extensions StackTrace: at System.Web.UI.ScriptControlManager.RegisterScriptDescriptors(IExtenderControl extenderControl) at System.Web.UI.ScriptManager.RegisterScriptDescriptors(IExtenderControl extenderControl) at System.Web.UI.ExtenderControl.Render(HtmlTextWriter writer) at AjaxControlToolkit.ExtenderControlBase.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.TableCell.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.WebControls.Table.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.GridView.Render(HtmlTextWriter writer, Boolean renderPanel) at System.Web.UI.WebControls.GridView.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at GroupLoan_GroupLoanUpdateMobileNo.btnExport_Click(Object sender, EventArgs e) TargetSite: Void RegisterScriptDescriptors(System.Web.UI.IExtenderControl) Time: 25/08/2025 06:16:34 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01074:01:04' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 25/08/2025 06:16:44 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, (SELECT MeetingType FROM GroupCenterMaster WHERE CenterId=a.CenterId)AS MeetingType, a.GroupName, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, a.NomineeMobileNo, a.MemberAddress, Convert(char, a.MemberJoinDate, 103)AS MemberJoinDate, convert(char,a.MemberDOB,103)AS MemberDOB, a.MemberAge, CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END AS MemberLoanStatus, a.MemberProfileStatus, a.MemberRemark, (SELECT GroupStatus FROM GroupLoanMemberNominee WHERE MemberId=a.MemberId)AS GroupStatus, b.BankAccountType, b.MemberBankId, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.LoanPurpose, b.LoanAmount AS RequestAmount, a.NomineeName, Convert(char, a.NomineeDOB, 103)AS NomineeDOB, a.NomineeAge, a.NomineeRelation FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId = b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND a.MemberId='N2:01:01074:01:04' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.FillMemberId() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 25/08/2025 06:36:06 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 25/08/2025 06:36:17 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 25/08/2025 07:18:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 25/08/2025 07:18:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 25/08/2025 07:18:07 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 25/08/2025 07:34:02 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='8/25/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05037' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 25/08/2025 07:52:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/08/2025 07:52:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/08/2025 08:01:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/08/2025 08:01:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/08/2025 08:06:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/08/2025 08:06:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/08/2025 08:07:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/08/2025 08:07:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/08/2025 08:30:08 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/08/2025 08:30:08 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/08/2025 08:36:34 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/08/2025 08:36:34 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/08/2025 10:15:25 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/08/2025 10:15:25 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/08/2025 10:21:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/08/2025 10:21:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/08/2025 10:25:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/08/2025 10:25:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/08/2025 10:27:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/08/2025 10:27:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/08/2025 10:31:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/08/2025 10:31:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/08/2025 11:27:11 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/08/2025 11:27:11 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/08/2025 11:52:06 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/08/2025 11:52:06 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/08/2025 12:03:54 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05049:01:01'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 26/08/2025 12:03:54 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05049:01:01'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 26/08/2025 12:03:59 PM PageName: GroupLoan_PrintGroupMemberFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_kttifbvd StackTrace: at GroupLoan_PrintGroupMemberFullDetailHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 26/08/2025 12:04:22 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05049:01:01:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 26/08/2025 12:04:22 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05049:01:01:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 26/08/2025 12:04:26 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05049:01:01:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 26/08/2025 12:04:26 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05049:01:01:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 26/08/2025 12:04:30 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:05049:01:01:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 26/08/2025 01:20:43 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/08/2025 01:21:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/08/2025 01:21:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/08/2025 02:08:56 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/08/2025 02:35:53 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/08/2025 02:35:53 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/08/2025 02:39:20 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/08/2025 02:39:20 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanRepaymentMultiple.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/08/2025 02:39:26 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/08/2025 02:39:26 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanRepaymentMultiple.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/08/2025 02:48:14 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/08/2025 02:48:14 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/08/2025 03:44:02 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/08/2025 03:44:02 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/08/2025 05:38:23 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/08/2025 05:38:23 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/08/2025 06:59:10 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/08/2025 07:57:36 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='8/26/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='N2:01:06056' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 27/08/2025 06:45:05 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 27/08/2025 06:45:05 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 27/08/2025 06:45:42 AM PageName: DataTableResult String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00053' AND a.MeetingType='Weekly' AND a.TransferDate='8/27/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'NewCenterOfficerId'. Invalid column name 'TransferDate'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 06:45:42 AM PageName: LoanOfficer_GroupLoanAllocatedCenterMeeting String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00053' AND a.MeetingType='Weekly' AND a.TransferDate='8/27/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fl4ak2fe StackTrace: at LoanOfficer_GroupLoanAllocatedCenterMeeting.FillOfficer() TargetSite: Void FillOfficer() Time: 27/08/2025 10:15:51 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 10:15:51 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 10:22:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 10:22:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 10:24:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 10:24:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 10:28:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 10:28:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 10:31:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 10:31:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 10:56:35 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 10:56:35 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 10:57:58 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 10:57:58 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 10:59:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 10:59:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 11:25:32 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 11:25:32 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 11:44:29 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 11:44:29 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 11:47:42 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 11:47:42 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 01:41:53 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 27/08/2025 01:45:19 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 27/08/2025 01:45:27 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 27/08/2025 01:46:18 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 27/08/2025 01:47:15 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 27/08/2025 01:47:19 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 27/08/2025 01:48:16 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 27/08/2025 01:48:23 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 27/08/2025 01:48:30 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 27/08/2025 01:48:32 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 27/08/2025 01:48:34 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 27/08/2025 03:05:23 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 27/08/2025 03:35:33 PM PageName: DataTableResult String str: SELECT MemberId, MemberName FROM EmployeeRegistrationDetail WITH(nolock) WHERE BankAccountNo='39033517273' AND BankIFSCCode='SBIN0002943' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MemberId'. Invalid column name 'MemberName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:35:33 PM PageName: Employee_EmployeeRegistrationVerificationNew String str: SELECT MemberId, MemberName FROM EmployeeRegistrationDetail WITH(nolock) WHERE BankAccountNo='39033517273' AND BankIFSCCode='SBIN0002943' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_3kjzzp55 StackTrace: at Employee_EmployeeRegistrationVerificationNew.btnEmployeeBankCheck_Click(Object sender, EventArgs e) TargetSite: Void btnEmployeeBankCheck_Click(System.Object, System.EventArgs) Time: 27/08/2025 03:36:45 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:36:45 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 27/08/2025 03:36:45 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:36:45 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 27/08/2025 03:36:45 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:36:45 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 27/08/2025 03:36:59 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:36:59 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 27/08/2025 03:36:59 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:36:59 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 27/08/2025 03:36:59 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:36:59 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 27/08/2025 03:38:16 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:38:16 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 27/08/2025 03:38:16 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:38:16 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 27/08/2025 03:38:16 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:38:16 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 27/08/2025 03:43:07 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:43:07 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 27/08/2025 03:43:07 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:43:07 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 27/08/2025 03:43:07 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:43:07 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 27/08/2025 03:43:20 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:43:20 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 27/08/2025 03:43:20 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:43:20 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 27/08/2025 03:43:20 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:43:20 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 27/08/2025 03:48:41 PM PageName: GroupLoan_GroupCenterOfficerTransfer String str: String sql: ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='104' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='104' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02035' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02035' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02035' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02035' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02035' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='89' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='89' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02020' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02020' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02020' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02020' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02020' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='94' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='94' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02025' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02025' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02025' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02025' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02025' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='101' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='101' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02032' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02032' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02032' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02032' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02032' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='95' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='95' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02026' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02026' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02026' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02026' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02026' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='111' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='111' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02042' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02042' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02042' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02042' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02042' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='78' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='78' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02009' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02009' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02009' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02009' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02009' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='103' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='103' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02034' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02034' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02034' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02034' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02034' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='109' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='109' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02040' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02040' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02040' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02040' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02040' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='114' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='114' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02045' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02045' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02045' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02045' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02045' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='76' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='76' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02007' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02007' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02007' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02007' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02007' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='113' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='113' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02044' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02044' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02044' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02044' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02044' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='118' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='118' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02049' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02049' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02049' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02049' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02049' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='96' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='96' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02027' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02027' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02027' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02027' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02027' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='93' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='93' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02024' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02024' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02024' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02024' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02024' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='110' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='110' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02041' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02041' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02041' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02041' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02041' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='86' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='86' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02017' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02017' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02017' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02017' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02017' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='97' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='97' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02028' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02028' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02028' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02028' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02028' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='79' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='79' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02010' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02010' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02010' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02010' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02010' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='128' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='128' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02059' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02059' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02059' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02059' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02059' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='125' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='125' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02056' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02056' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02056' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02056' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02056' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='108' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='108' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02039' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02039' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02039' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02039' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02039' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='416' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='416' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='102004' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='102004' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='102004' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='102004' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='102004' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='366' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='366' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02061' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02061' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'sourabh dubey all center transfer to ambika ram beacause sourabh dubey transfer gopalagnj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02061' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02061' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02061' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupCenterOfficerTransfer.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:49:30 PM PageName: GroupLoan_GroupCenterOfficerTransfer String str: String sql: ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='104' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='104' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02035' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02035' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02035' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02035' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02035' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='89' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='89' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02020' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02020' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02020' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02020' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02020' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='94' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='94' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02025' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02025' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02025' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02025' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02025' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='101' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='101' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02032' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02032' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02032' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02032' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02032' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='95' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='95' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02026' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02026' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02026' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02026' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02026' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='111' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='111' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02042' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02042' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02042' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02042' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02042' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='78' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='78' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02009' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02009' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02009' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02009' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02009' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='103' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='103' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02034' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02034' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02034' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02034' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02034' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='109' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='109' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02040' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02040' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02040' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02040' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02040' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='114' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='114' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02045' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02045' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02045' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02045' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02045' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='76' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='76' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02007' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02007' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02007' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02007' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02007' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='113' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='113' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02044' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02044' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02044' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02044' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02044' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='118' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='118' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02049' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02049' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02049' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02049' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02049' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='96' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='96' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02027' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02027' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02027' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02027' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02027' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='93' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='93' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02024' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02024' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02024' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02024' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02024' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='110' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='110' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02041' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02041' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02041' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02041' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02041' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='86' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='86' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02017' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02017' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02017' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02017' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02017' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='97' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='97' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02028' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02028' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02028' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02028' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02028' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='79' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='79' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02010' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02010' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02010' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02010' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02010' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='128' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='128' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02059' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02059' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02059' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02059' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02059' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='125' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='125' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02056' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02056' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02056' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02056' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02056' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='108' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='108' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02039' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02039' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02039' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02039' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02039' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='416' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='416' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='102004' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='102004' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='102004' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='102004' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='102004' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '8/20/2025 12:00:00 AM' AS TransferDate, 'EMP00087' AS NewCenterOfficerId, 'Ambika Ram' AS NewCenterOfficerName, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='366' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00087', CenterOfficerName='Ambika Ram' WHERE CenterNo='366' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:02061' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00087', LoanOfficerName='Ambika Ram' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:02061' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '8/20/2025 12:00:00 AM' AS TransferDate, 'center transfer to ambika ram beacause sourabh dubey transfer to gopalganj branch' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:02061' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00087', GroupOfficerName='Ambika Ram' WHERE CenterId='N2:01:02061' ; UPDATE a SET a.DueOfficerId='EMP00087', a.DueOfficerName='Ambika Ram' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:02061' AND a.PStatus='Due' AND DDate>='8/20/2025 12:00:00 AM' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. String or binary data would be truncated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. The statement has been terminated. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupCenterOfficerTransfer.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/08/2025 03:57:48 PM PageName: UserMasterSetting_WorkingDateSelection String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_atjsswvu StackTrace: at UserMasterSetting_WorkingDateSelection.btnUpdate_Click(Object sender, EventArgs e) TargetSite: Void btnUpdate_Click(System.Object, System.EventArgs) Time: 27/08/2025 04:18:29 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 27/08/2025 05:38:35 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 27/08/2025 05:42:06 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 27/08/2025 05:42:41 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 27/08/2025 05:46:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 05:46:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 05:46:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 05:46:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 06:13:26 PM PageName: UserMasterSetting_LoanAndEMICalculator String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at UserMasterSetting_LoanAndEMICalculator.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 06:13:26 PM PageName: UserMasterSetting_LoanAndEMICalculator String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_01iug51f StackTrace: at UserMasterSetting_LoanAndEMICalculator.ExportToExcel(DataTable DT, String fileName) at UserMasterSetting_LoanAndEMICalculator.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 08:06:02 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 08:06:02 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 08:49:28 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 08:49:28 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 08:53:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 08:53:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 08:59:54 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 08:59:54 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 09:04:46 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 09:04:46 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 10:12:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 10:12:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 10:20:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/08/2025 10:20:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/08/2025 10:43:11 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 28/08/2025 10:17:42 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 10:17:42 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/08/2025 10:21:44 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 10:21:44 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/08/2025 11:16:36 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 28/08/2025 11:20:30 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 11:20:30 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/08/2025 12:11:17 PM PageName: LoanOfficerLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 28/08/2025 12:11:39 PM PageName: LoanOfficerLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 28/08/2025 12:15:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 12:15:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/08/2025 12:15:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 12:15:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/08/2025 12:17:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 12:17:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/08/2025 12:20:05 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 12:20:05 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/08/2025 12:28:22 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 12:28:22 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/08/2025 12:30:19 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 12:30:19 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/08/2025 12:33:57 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 12:33:57 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/08/2025 01:14:08 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 28/08/2025 01:14:41 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 28/08/2025 01:15:13 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 28/08/2025 01:27:58 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 01:27:58 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/08/2025 01:47:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 01:47:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/08/2025 01:47:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 01:47:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/08/2025 04:11:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='8/28/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='N2:01:06035' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/08/2025 04:11:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='8/28/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='N2:01:06035' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/08/2025 04:11:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='8/28/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='N2:01:06035' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/08/2025 04:11:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='8/28/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='N2:01:06035' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/08/2025 04:11:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='8/28/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='N2:01:06035' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/08/2025 04:11:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='8/28/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='N2:01:06035' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/08/2025 04:11:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='8/28/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='N2:01:06035' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/08/2025 04:11:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='8/28/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='N2:01:06035' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 28/08/2025 04:54:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 28/08/2025 04:54:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 28/08/2025 04:55:00 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='8/29/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 28/08/2025 08:18:24 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 08:18:24 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/08/2025 09:11:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 09:11:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/08/2025 09:11:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 09:11:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/08/2025 09:30:39 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/08/2025 09:30:39 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/08/2025 06:32:47 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='8/29/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00045' AND a.CenterId='N2:01:06062' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 29/08/2025 07:16:10 AM PageName: GroupLoan_PrintGroupMemberFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_kttifbvd StackTrace: at GroupLoan_PrintGroupMemberFullDetailHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 29/08/2025 07:16:13 AM PageName: GroupLoan_PrintGroupMemberFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_kttifbvd StackTrace: at GroupLoan_PrintGroupMemberFullDetailHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 29/08/2025 10:30:01 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 29/08/2025 10:30:20 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 29/08/2025 10:33:08 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 29/08/2025 11:45:05 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/08/2025 11:45:05 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/08/2025 12:06:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 29/08/2025 12:06:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 29/08/2025 12:07:01 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 29/08/2025 12:07:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 29/08/2025 12:07:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/08/2025 12:07:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/08/2025 12:10:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/08/2025 12:10:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/08/2025 12:12:23 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/08/2025 12:12:23 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/08/2025 12:23:53 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/08/2025 12:23:53 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/08/2025 12:27:05 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/08/2025 12:27:05 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/08/2025 12:28:35 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/08/2025 12:28:35 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/08/2025 03:02:02 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/08/2025 03:02:02 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/08/2025 04:05:53 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/08/2025 04:05:53 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/08/2025 04:07:22 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/08/2025 04:07:22 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/08/2025 04:10:03 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/08/2025 04:10:03 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/08/2025 04:11:29 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/08/2025 04:11:29 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/08/2025 08:45:03 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_2ugjqcrh StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/08/2025 09:07:24 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 29/08/2025 10:14:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 29/08/2025 10:14:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/08/2025 10:14:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/08/2025 10:55:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/08/2025 10:55:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/08/2025 11:04:11 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/08/2025 11:04:11 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 10:17:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 10:17:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 10:18:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 10:18:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 10:18:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 10:18:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 10:20:11 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 10:20:11 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 10:24:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 10:24:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 10:31:25 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 10:31:25 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 10:37:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 10:37:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 11:35:51 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/08/2025 11:36:42 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 11:36:42 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 11:54:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 30/08/2025 11:54:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 30/08/2025 11:54:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 30/08/2025 11:55:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 30/08/2025 01:22:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 01:22:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 01:41:15 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 01:41:15 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 01:43:48 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 01:43:48 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 01:53:13 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 01:53:13 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 01:54:30 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 01:54:30 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 02:13:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 02:13:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 02:34:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/08/2025 02:42:02 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/08/2025 03:30:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 03:30:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 03:42:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 30/08/2025 03:42:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 30/08/2025 03:42:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 30/08/2025 03:42:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 30/08/2025 03:42:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 30/08/2025 03:42:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 30/08/2025 03:43:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 03:43:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 03:43:36 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 30/08/2025 04:09:52 PM PageName: LoanOfficerLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/08/2025 04:12:54 PM PageName: LoanOfficerLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/08/2025 04:17:21 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/08/2025 04:23:57 PM PageName: DataTableResult String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.GuardianName, Convert(char,a.MemberJoinDate,103)AS MemberJoinDate, a.MobileNo, a.MemberLoanStatus, a.Age, b.ApplicationId, b.MemberBankId, b.BankAccountType, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.NomineeName, Convert(char,b.NomineeDOB,103)AS NomineeDOB, b.NomineeAge, a.NomineeRelation, b.GLoanTypeNo, b.LoanTermMode, b.LoanTerm, b.GLoanTypeName, b.ApplicationAmount, b.InterestMethod, Convert(char,b.ApplicationDate,106) AS ApplicationDate, b.LoanPurpose FROM GroupLoanMemberDetail a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.MemberId=b.MemberId WHERE b.LoanStatus IN ('LoanApplied','LoanRejected') AND a.MemberId='N2:01:06001:01:07' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'GuardianName'. Invalid column name 'MobileNo'. Invalid column name 'MemberLoanStatus'. Invalid column name 'Age'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/08/2025 04:23:57 PM PageName: GroupLoan_GroupLoanApplicationCorrection String str: SELECT a.BranchId, a.BranchName, a.GroupOfficerId, a.GroupOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.GuardianName, Convert(char,a.MemberJoinDate,103)AS MemberJoinDate, a.MobileNo, a.MemberLoanStatus, a.Age, b.ApplicationId, b.MemberBankId, b.BankAccountType, b.MemberBankName, b.BankAccountNo, b.BankIFSCCode, b.BankBranchName, b.NomineeName, Convert(char,b.NomineeDOB,103)AS NomineeDOB, b.NomineeAge, a.NomineeRelation, b.GLoanTypeNo, b.LoanTermMode, b.LoanTerm, b.GLoanTypeName, b.ApplicationAmount, b.InterestMethod, Convert(char,b.ApplicationDate,106) AS ApplicationDate, b.LoanPurpose FROM GroupLoanMemberDetail a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.MemberId=b.MemberId WHERE b.LoanStatus IN ('LoanApplied','LoanRejected') AND a.MemberId='N2:01:06001:01:07' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fh4gh142 StackTrace: at GroupLoan_GroupLoanApplicationCorrection.FillMemberId() TargetSite: Void FillMemberId() Time: 30/08/2025 04:59:44 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 30/08/2025 05:25:43 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 05:25:43 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 10:25:16 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 10:25:16 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 10:26:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 10:26:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/08/2025 10:42:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/08/2025 10:42:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 03:01:20 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 31/08/2025 10:48:47 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 10:48:47 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 10:50:57 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 10:50:57 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 10:51:18 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 10:51:18 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 10:52:28 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 10:52:28 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 10:54:56 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 10:54:56 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 10:56:29 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 31/08/2025 11:00:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 31/08/2025 11:02:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 11:02:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 11:04:43 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 11:04:43 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 11:27:18 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 11:27:18 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 11:41:24 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 11:41:24 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 11:41:56 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 31/08/2025 11:42:05 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 11:42:05 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 11:42:43 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 11:42:43 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 11:44:38 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 11:44:38 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 11:45:15 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 11:45:15 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 11:46:54 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 11:46:54 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 11:47:32 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 11:47:32 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 11:47:56 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 11:47:56 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 11:48:26 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 11:48:26 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 11:48:51 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 11:48:51 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/08/2025 11:49:17 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/08/2025 11:49:17 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/09/2025 06:45:01 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/1/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='N2:01:06066' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 01/09/2025 06:45:35 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/1/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00045' AND a.CenterId='N2:01:06008' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 01/09/2025 10:13:25 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/09/2025 10:37:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/09/2025 10:37:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/09/2025 10:48:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/09/2025 10:48:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/09/2025 11:14:27 AM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:06033:01:08'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/09/2025 11:14:27 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:06033:01:08'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 01/09/2025 12:32:21 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/09/2025 12:32:21 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/09/2025 01:06:04 PM PageName: AdminMasterPage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at AdminMasterPage.AdminSearch_Click(Object sender, ImageClickEventArgs e) TargetSite: Void AdminSearch_Click(System.Object, System.Web.UI.ImageClickEventArgs) Time: 01/09/2025 01:06:04 PM PageName: AdminMasterPage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at AdminMasterPage.AdminSearch_Click(Object sender, ImageClickEventArgs e) TargetSite: Void AdminSearch_Click(System.Object, System.Web.UI.ImageClickEventArgs) Time: 01/09/2025 01:06:04 PM PageName: AdminMasterPage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at AdminMasterPage.AdminSearch_Click(Object sender, ImageClickEventArgs e) TargetSite: Void AdminSearch_Click(System.Object, System.Web.UI.ImageClickEventArgs) Time: 01/09/2025 01:06:04 PM PageName: AdminMasterPage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at AdminMasterPage.AdminSearch_Click(Object sender, ImageClickEventArgs e) TargetSite: Void AdminSearch_Click(System.Object, System.Web.UI.ImageClickEventArgs) Time: 01/09/2025 01:06:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/09/2025 01:06:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/09/2025 03:30:08 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 01/09/2025 05:49:29 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/09/2025 05:49:29 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/09/2025 05:59:20 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_wd5z5yjd StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 01/09/2025 07:55:30 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/09/2025 10:44:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 01/09/2025 10:44:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 01/09/2025 10:44:38 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 01/09/2025 10:44:38 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 01/09/2025 10:44:38 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='9/1/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 01/09/2025 10:44:42 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 01/09/2025 10:44:42 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 01/09/2025 10:44:42 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 01/09/2025 10:44:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 01/09/2025 10:59:05 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='8/29/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Principal DECIMAL(10,2), Interest DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_wd5z5yjd StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 02/09/2025 06:35:02 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/2/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' AND a.CenterId='N2:01:06019' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 02/09/2025 06:35:22 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/2/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' AND a.CenterId='N2:01:06019' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 02/09/2025 06:35:23 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/2/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' AND a.CenterId='N2:01:06019' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 02/09/2025 06:35:29 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/2/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' AND a.CenterId='N2:01:06019' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 02/09/2025 10:16:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/09/2025 10:16:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/09/2025 10:20:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/09/2025 10:20:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/09/2025 10:24:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/09/2025 10:24:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/09/2025 12:15:06 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/09/2025 12:15:41 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/09/2025 12:21:06 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/09/2025 12:21:06 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/09/2025 12:35:35 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/09/2025 12:40:15 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/09/2025 12:54:09 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/09/2025 01:12:22 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/09/2025 01:12:22 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/09/2025 01:31:39 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/09/2025 01:31:39 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/09/2025 02:01:58 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/09/2025 02:11:32 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/09/2025 02:12:40 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/09/2025 02:13:58 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/09/2025 02:13:58 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/09/2025 03:50:24 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/09/2025 03:50:24 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/09/2025 04:33:25 PM PageName: LoanOfficerHomePage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerHomePage.Page_Load(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/09/2025 04:39:26 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/09/2025 04:39:26 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/09/2025 05:08:19 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:06056:01:08:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 02/09/2025 05:51:21 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/09/2025 05:52:25 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/09/2025 06:11:43 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 02/09/2025 06:11:43 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 02/09/2025 06:11:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 02/09/2025 06:12:02 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 02/09/2025 06:20:41 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 02/09/2025 07:51:46 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='9/2/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='101' AND ld.LoanOfficerId='EMP00078' AND ld.CenterId='N2:01:01032' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 02/09/2025 07:51:46 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='9/2/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='101' AND ld.LoanOfficerId='EMP00078' AND ld.CenterId='N2:01:01032' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 02/09/2025 07:51:46 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='9/2/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='101' AND ld.LoanOfficerId='EMP00078' AND ld.CenterId='N2:01:01032' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 02/09/2025 07:51:46 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='9/2/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='101' AND ld.LoanOfficerId='EMP00078' AND ld.CenterId='N2:01:01032' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 02/09/2025 07:51:46 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='9/2/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group1')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='101' AND ld.LoanOfficerId='EMP00078' AND ld.CenterId='N2:01:01032' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fhzogvyi StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 02/09/2025 11:09:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/09/2025 11:09:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/09/2025 11:09:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/09/2025 11:09:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/09/2025 10:12:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/09/2025 10:12:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/09/2025 10:18:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/09/2025 10:18:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/09/2025 10:25:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/09/2025 10:25:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/09/2025 10:28:32 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/09/2025 10:28:32 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/09/2025 11:39:25 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/09/2025 11:39:25 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/09/2025 12:38:38 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/09/2025 12:38:38 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/09/2025 01:13:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/09/2025 01:13:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/09/2025 01:15:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/09/2025 01:15:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/09/2025 01:40:53 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/09/2025 01:40:53 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/09/2025 01:42:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/09/2025 01:42:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/09/2025 03:00:37 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/09/2025 03:00:37 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/09/2025 03:11:36 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/09/2025 03:11:36 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/09/2025 03:46:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/09/2025 03:46:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_df2hv02a StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/09/2025 10:31:49 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 03/09/2025 10:32:07 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 04/09/2025 10:32:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/09/2025 10:32:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/09/2025 10:39:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/09/2025 10:39:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/09/2025 10:42:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/09/2025 10:42:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/09/2025 10:42:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/09/2025 10:42:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/09/2025 10:51:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/09/2025 10:51:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/09/2025 10:53:31 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:03052:01:12:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 04/09/2025 10:59:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/09/2025 10:59:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/09/2025 12:11:40 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 04/09/2025 12:28:55 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 04/09/2025 12:30:36 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 04/09/2025 12:33:24 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 04/09/2025 12:58:49 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 04/09/2025 01:07:49 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/09/2025 01:07:49 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/09/2025 03:13:50 PM PageName: GroupLoan_GroupMeetingShifting String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMeetingShifting.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 04/09/2025 03:13:59 PM PageName: GroupLoan_GroupMeetingShifting String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMeetingShifting.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 04/09/2025 04:17:01 PM PageName: GroupLoan_GroupLoanDisbursement String str: SELECT Count(1) AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00026144' ; SELECT Count(1) AS Nos2 FROM GroupLoanAccount WHERE LoanId='GL00001191' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00026144', 'GroupLoanDisbursement', GETDATE(), 'emp00053' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; UPDATE GroupLoanAccount SET LoanId= 'GL00001191' WHERE SanctionId='GS10001185' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 04/09/2025 04:17:09 PM PageName: GroupLoan_GroupLoanDisbursement String str: SELECT Count(1) AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00026144' ; SELECT Count(1) AS Nos2 FROM GroupLoanAccount WHERE LoanId='GL00001191' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00026144', 'GroupLoanDisbursement', GETDATE(), 'emp00053' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; UPDATE GroupLoanAccount SET LoanId= 'GL00001191' WHERE SanctionId='GS10001185' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 04/09/2025 04:17:32 PM PageName: GroupLoan_GroupLoanDisbursement String str: SELECT Count(1) AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00026144' ; SELECT Count(1) AS Nos2 FROM GroupLoanAccount WHERE LoanId='GL00001191' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00026144', 'GroupLoanDisbursement', GETDATE(), 'emp00053' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; UPDATE GroupLoanAccount SET LoanId= 'GL00001191' WHERE SanctionId='GS10001185' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 04/09/2025 05:54:17 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 04/09/2025 07:47:13 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 04/09/2025 08:09:58 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/09/2025 08:09:58 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanApplicationVerification.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/09/2025 10:47:24 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/09/2025 10:49:36 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 04/09/2025 10:51:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 04/09/2025 10:51:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 04/09/2025 10:51:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 04/09/2025 10:51:12 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 04/09/2025 10:51:12 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 04/09/2025 10:51:18 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='9/4/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 05/09/2025 10:25:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 10:25:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/09/2025 10:31:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 10:31:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/09/2025 10:33:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 10:33:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/09/2025 10:34:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 10:34:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/09/2025 10:37:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 10:37:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/09/2025 11:16:17 AM PageName: LoanOfficerHomePage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerHomePage.Page_Load(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/09/2025 11:16:17 AM PageName: LoanOfficerHomePage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerHomePage.Page_Load(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/09/2025 11:16:18 AM PageName: LoanOfficerHomePage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerHomePage.Page_Load(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/09/2025 11:16:18 AM PageName: LoanOfficerHomePage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerHomePage.Page_Load(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/09/2025 11:30:43 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 11:30:43 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/09/2025 11:39:19 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 11:39:19 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/09/2025 11:39:57 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 11:39:57 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/09/2025 11:52:04 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 11:52:04 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/09/2025 11:56:04 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 11:56:04 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/09/2025 11:59:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 11:59:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/09/2025 12:01:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 12:01:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/09/2025 03:53:12 PM PageName: GroupLoan_GroupLoanUpdateMobileNo String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_kqjaensf StackTrace: at GroupLoan_GroupLoanUpdateMobileNo.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 05/09/2025 04:56:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 04:56:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/09/2025 04:57:17 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/09/2025 09:11:05 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 09:11:05 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/09/2025 09:17:47 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 09:17:47 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/09/2025 09:21:16 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 09:21:16 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/09/2025 10:27:40 PM PageName: UserMasterSetting_WorkingDateSelection String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_atjsswvu StackTrace: at UserMasterSetting_WorkingDateSelection.btnUpdate_Click(Object sender, EventArgs e) TargetSite: Void btnUpdate_Click(System.Object, System.EventArgs) Time: 05/09/2025 11:10:31 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/09/2025 11:12:29 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/09/2025 11:12:29 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 07:47:28 AM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 07:47:28 AM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 10:28:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 10:28:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 10:31:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 10:31:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 10:33:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 10:33:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 10:34:07 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 10:34:07 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 10:36:12 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 10:36:12 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 10:36:45 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 10:36:45 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 10:37:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 10:37:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 10:41:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 10:41:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 10:42:47 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 10:42:47 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 11:04:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 11:04:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 12:17:22 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 12:17:22 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 01:01:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 01:01:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 01:09:48 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 01:09:48 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 01:24:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 01:24:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 02:03:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 02:03:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 02:04:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 02:04:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 02:14:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 02:14:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/09/2025 02:26:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/09/2025 02:26:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/09/2025 03:56:24 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 07/09/2025 03:56:24 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 07/09/2025 03:56:24 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 07/09/2025 03:56:24 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 07/09/2025 03:56:24 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 07/09/2025 03:56:24 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 07/09/2025 03:57:09 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='9/7/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='9/7/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 07/09/2025 03:57:09 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='9/7/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='9/7/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 07/09/2025 03:57:09 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='9/7/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 07/09/2025 03:57:09 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='9/7/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 07/09/2025 03:57:09 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 07/09/2025 07:56:24 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/09/2025 07:58:27 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/09/2025 07:58:27 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/09/2025 03:00:43 PM PageName: GroupLoan_GroupMemberRegistrationList String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_01iug51f StackTrace: at GroupLoan_GroupMemberRegistrationList.FillEmployee() TargetSite: Void FillEmployee() Time: 08/09/2025 03:00:43 PM PageName: GroupLoan_GroupMemberRegistrationList String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_01iug51f StackTrace: at GroupLoan_GroupMemberRegistrationList.FillCenter() TargetSite: Void FillCenter() Time: 08/09/2025 03:01:43 PM PageName: GroupLoan_GroupLoanDisbursement String str: SELECT Count(1) AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00026878' ; SELECT Count(1) AS Nos2 FROM GroupLoanAccount WHERE LoanId='GL00001224' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00026878', 'GroupLoanDisbursement', GETDATE(), 'emp00053' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; UPDATE GroupLoanAccount SET LoanId= 'GL00001224' WHERE SanctionId='GS10001218' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 08/09/2025 03:02:23 PM PageName: GroupLoan_GroupLoanDisbursement String str: SELECT Count(1) AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00026879' ; SELECT Count(1) AS Nos2 FROM GroupLoanAccount WHERE LoanId='GL00001224' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00026879', 'GroupLoanDisbursement', GETDATE(), 'emp00053' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; UPDATE GroupLoanAccount SET LoanId= 'GL00001224' WHERE SanctionId='GS10001218' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 08/09/2025 05:52:47 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/09/2025 06:36:50 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/09/2025 10:57:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 08/09/2025 10:57:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 08/09/2025 10:57:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 08/09/2025 10:57:17 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 08/09/2025 10:57:17 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 08/09/2025 10:57:24 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='9/8/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 09/09/2025 07:01:49 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 09/09/2025 10:29:37 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/09/2025 10:29:37 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/09/2025 10:35:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/09/2025 10:35:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/09/2025 10:36:53 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/09/2025 10:36:53 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/09/2025 10:38:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/09/2025 10:38:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/09/2025 10:41:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/09/2025 10:41:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/09/2025 11:54:52 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/09/2025 11:54:52 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/09/2025 11:56:06 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/09/2025 11:56:06 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/09/2025 12:15:36 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/09/2025 12:15:36 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/09/2025 12:18:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/09/2025 12:18:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/09/2025 12:45:46 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/09/2025 12:45:46 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/09/2025 02:10:33 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.FillEmployee() TargetSite: Void FillEmployee() Time: 09/09/2025 02:10:33 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.FillCenter() TargetSite: Void FillCenter() Time: 09/09/2025 02:11:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 09/09/2025 02:11:13 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 09/09/2025 02:11:16 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 09/09/2025 04:02:17 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 09/09/2025 04:02:17 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 09/09/2025 04:02:17 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 09/09/2025 04:02:17 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 09/09/2025 04:02:17 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 09/09/2025 04:02:17 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 09/09/2025 05:19:28 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/09/2025 05:19:28 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/09/2025 05:19:38 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/09/2025 05:26:16 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/09/2025 05:26:16 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/09/2025 05:30:31 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/09/2025 05:30:31 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/09/2025 05:49:43 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/10/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00027' AND a.CenterId='N2:01:06028' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 10/09/2025 10:13:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/09/2025 10:13:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/09/2025 10:15:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/09/2025 10:15:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/09/2025 10:17:44 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/09/2025 10:17:44 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/09/2025 10:19:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/09/2025 10:19:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/09/2025 11:02:39 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/09/2025 11:02:39 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/09/2025 11:38:46 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/09/2025 11:38:46 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/09/2025 12:09:39 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001176' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 10/09/2025 12:17:29 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001176' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 10/09/2025 12:17:34 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001176' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 10/09/2025 12:17:41 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001176' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 10/09/2025 12:19:36 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001176' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 10/09/2025 12:19:49 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001176' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 10/09/2025 12:20:06 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05022:01:11'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/09/2025 12:20:06 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05022:01:11'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 10/09/2025 12:20:35 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 10/09/2025 01:03:48 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 10/09/2025 01:10:55 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/09/2025 01:10:55 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/09/2025 03:02:55 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/09/2025 03:02:55 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_tq4mf0j0 StackTrace: at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/09/2025 06:07:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 10/09/2025 06:07:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 11/09/2025 10:28:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 10:28:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 10:33:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 10:33:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 10:36:05 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 10:36:05 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 11:26:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 11:26:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 11:38:09 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 11:38:09 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 11:47:38 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 11:47:38 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 01:00:43 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 01:00:43 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 02:01:37 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 02:01:37 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 03:00:36 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05047:01:07'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/09/2025 03:00:36 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05047:01:07'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 11/09/2025 03:10:43 PM PageName: GroupLoan_GroupMeetingShifting String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMeetingShifting.FillDetail() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 11/09/2025 03:14:40 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05047:01:07:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/09/2025 03:14:40 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05047:01:07:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 11/09/2025 03:14:44 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 11/09/2025 03:14:53 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05047:01:07'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/09/2025 03:14:53 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05047:01:07'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 11/09/2025 03:14:59 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05047:01:07'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/09/2025 03:14:59 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05047:01:07'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 11/09/2025 03:15:53 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05047:01:07:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/09/2025 03:15:53 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05047:01:07:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 11/09/2025 03:15:57 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05047:01:07:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/09/2025 03:15:57 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05047:01:07:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 11/09/2025 03:16:01 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:05047:01:07:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 11/09/2025 03:49:46 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 03:49:46 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 03:50:55 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 03:50:55 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 04:04:44 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 04:04:44 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_tq4mf0j0 StackTrace: at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 04:07:24 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_BranchClosingBalanceSummary.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 04:07:24 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_BranchClosingBalanceSummary.ExportToExcel(DataTable DT, String fileName) at GroupLoan_BranchClosingBalanceSummary.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 04:09:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 04:09:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 05:47:22 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 11/09/2025 05:57:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 05:57:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 05:58:33 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 05:58:33 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_tq4mf0j0 StackTrace: at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 08:03:59 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 08:03:59 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 08:26:58 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 08:26:58 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 08:30:12 PM PageName: LoanOfficer_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ytgy2fsv StackTrace: at LoanOfficer_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 11/09/2025 08:30:44 PM PageName: LoanOfficerLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerLogOut.btnCancel_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/09/2025 08:47:23 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 08:47:23 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 09:07:44 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00001263'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_PrintRDLCPage.GroupLoanStatement() TargetSite: Void AbortInternal() Time: 11/09/2025 09:07:44 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00001263'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanStatement() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanStatement() Time: 11/09/2025 10:05:58 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 10:05:58 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 10:10:05 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 10:10:05 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 10:12:54 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/09/2025 10:12:54 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/09/2025 10:36:28 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 11/09/2025 10:36:28 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 11/09/2025 10:36:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 12/09/2025 10:57:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/09/2025 10:57:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/09/2025 10:57:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/09/2025 10:57:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/09/2025 11:02:51 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/09/2025 11:02:51 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/09/2025 11:06:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/09/2025 11:06:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/09/2025 11:16:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/09/2025 11:16:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/09/2025 11:26:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/09/2025 11:26:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/09/2025 11:48:22 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/09/2025 11:48:22 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/09/2025 11:48:23 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/09/2025 11:48:23 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/09/2025 11:56:42 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/09/2025 11:56:42 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/09/2025 12:37:06 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/09/2025 12:37:06 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/09/2025 02:50:01 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001287' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 12/09/2025 02:50:12 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001287' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 12/09/2025 02:50:21 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00001287' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/09/2025 02:50:21 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00001287' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 12/09/2025 02:50:38 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 12/09/2025 02:52:46 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 12/09/2025 03:04:53 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/12/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 12/09/2025 03:19:57 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05015:01:13'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/09/2025 03:19:57 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05015:01:13'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 12/09/2025 04:26:15 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/09/2025 05:05:31 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 13/09/2025 12:59:41 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/9/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00068' AND a.CenterId='N2:01:01068' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00068' AND a.CenterId='N2:01:01068' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 13/09/2025 12:59:41 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/9/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00068' AND a.CenterId='N2:01:01068' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00068' AND a.CenterId='N2:01:01068' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 13/09/2025 10:28:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/09/2025 10:28:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/09/2025 10:36:56 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/09/2025 10:36:56 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/09/2025 11:26:06 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/09/2025 11:26:06 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/09/2025 11:26:20 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/09/2025 11:26:20 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/09/2025 11:41:19 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/09/2025 11:41:19 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/09/2025 11:45:12 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/09/2025 11:45:12 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/09/2025 12:18:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/09/2025 12:18:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/09/2025 12:42:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/09/2025 12:42:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/09/2025 01:58:37 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'GL00001227' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'GL00001227')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 13/09/2025 01:58:37 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'GL00001227' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'GL00001227')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 13/09/2025 01:58:37 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'GL00001227' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'GL00001227')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.GroupLoanQRCode() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 13/09/2025 01:58:37 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'GL00001227' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'GL00001227')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 13/09/2025 01:58:37 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'GL00001227' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'GL00001227')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 13/09/2025 01:58:37 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'GL00001227' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'GL00001227')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.GroupLoanQRCode() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 13/09/2025 03:38:05 PM PageName: GroupLoan_GroupLoanWriteOffReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanWriteOffReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/09/2025 03:38:05 PM PageName: GroupLoan_GroupLoanWriteOffReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5obhxy1 StackTrace: at GroupLoan_GroupLoanWriteOffReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanWriteOffReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/09/2025 04:07:37 PM PageName: GroupLoan_GroupMemberCurrentStatus String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMemberCurrentStatus.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/09/2025 04:07:37 PM PageName: GroupLoan_GroupMemberCurrentStatus String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5obhxy1 StackTrace: at GroupLoan_GroupMemberCurrentStatus.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMemberCurrentStatus.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/09/2025 04:22:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/09/2025 04:22:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/09/2025 04:22:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/09/2025 04:22:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/09/2025 04:46:07 PM PageName: Employee_EmployeeExitORReleaving String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at Employee_EmployeeExitORReleaving.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 14/09/2025 11:43:49 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001245' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/09/2025 04:21:20 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 04:21:20 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 04:22:11 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 04:22:11 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 04:23:27 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 04:23:27 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 04:23:37 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 14/09/2025 04:23:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 14/09/2025 05:18:35 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 14/09/2025 05:21:58 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 05:21:58 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 05:22:09 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 05:22:09 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 05:22:22 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 14/09/2025 05:22:38 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 05:22:38 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 05:22:48 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 05:22:48 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 05:23:07 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 05:23:07 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 05:26:10 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 05:26:10 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 05:30:27 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 05:30:27 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 05:35:49 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 05:35:49 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 05:37:32 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 05:37:32 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 05:47:24 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 14/09/2025 05:49:11 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 05:49:11 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 05:58:57 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 05:58:57 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 06:17:14 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 06:17:14 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 07:55:45 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 07:55:45 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 07:57:41 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 14/09/2025 07:57:47 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 14/09/2025 09:28:24 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 09:28:24 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 09:28:37 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 09:28:37 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 09:28:50 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 09:28:50 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 09:29:03 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 09:29:03 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 09:29:12 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 14/09/2025 09:29:17 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 09:29:17 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 09:29:25 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 09:29:25 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/09/2025 10:40:26 PM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/09/2025 10:40:26 PM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 06:19:55 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 06:19:55 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 06:25:44 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 06:25:44 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 06:26:12 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 06:26:12 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 06:32:42 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 06:32:42 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 06:33:01 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='N2:01:05027' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 15/09/2025 06:33:06 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/09/2025 06:33:06 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/09/2025 06:35:00 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 06:35:00 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 06:36:32 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 06:36:32 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 06:38:56 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 06:38:56 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 06:39:10 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 06:39:10 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 06:39:24 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 06:39:24 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 06:39:52 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/16/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00045' AND a.CenterId='N2:01:06019' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00045' AND a.CenterId='N2:01:06019' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 06:39:52 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/16/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00045' AND a.CenterId='N2:01:06019' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00045' AND a.CenterId='N2:01:06019' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 06:40:15 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 06:40:15 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 06:42:11 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 06:42:11 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 06:42:23 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 15/09/2025 06:42:47 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 06:42:47 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 06:44:51 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106009' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106009' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 06:44:51 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106009' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106009' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 06:52:57 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00045' AND a.CenterId='N2:01:06008' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00045' AND a.CenterId='N2:01:06008' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 06:52:57 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00045' AND a.CenterId='N2:01:06008' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='106' AND a.CenterOfficerId='EMP00045' AND a.CenterId='N2:01:06008' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 07:03:12 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00083' AND a.CenterId='N2:01:04036' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00083' AND a.CenterId='N2:01:04036' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 07:03:12 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00083' AND a.CenterId='N2:01:04036' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00083' AND a.CenterId='N2:01:04036' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 07:03:32 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00083' AND a.CenterId='N2:01:04036' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00083' AND a.CenterId='N2:01:04036' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 07:03:32 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00083' AND a.CenterId='N2:01:04036' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00083' AND a.CenterId='N2:01:04036' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 07:08:46 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00087' AND a.CenterId='N2:01:02041' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='102' AND a.CenterOfficerId='EMP00087' AND a.CenterId='N2:01:02041' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 07:08:46 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00087' AND a.CenterId='N2:01:02041' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='102' AND a.CenterOfficerId='EMP00087' AND a.CenterId='N2:01:02041' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 07:09:24 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00087' AND a.CenterId='N2:01:02041' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='102' AND a.CenterOfficerId='EMP00087' AND a.CenterId='N2:01:02041' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 07:09:24 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00087' AND a.CenterId='N2:01:02041' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='102' AND a.CenterOfficerId='EMP00087' AND a.CenterId='N2:01:02041' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 07:09:56 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00082' AND a.CenterId='N2:01:02018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='102' AND a.CenterOfficerId='EMP00082' AND a.CenterId='N2:01:02018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 07:09:56 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00082' AND a.CenterId='N2:01:02018' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='102' AND a.CenterOfficerId='EMP00082' AND a.CenterId='N2:01:02018' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 07:10:18 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00083' AND a.CenterId='N2:01:04036' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00083' AND a.CenterId='N2:01:04036' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 07:10:18 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00083' AND a.CenterId='N2:01:04036' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00083' AND a.CenterId='N2:01:04036' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 07:12:52 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04039' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04039' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 07:12:52 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04039' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04039' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 07:15:53 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 07:15:53 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 08:45:45 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00068' AND a.CenterId='101010' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00068' AND a.CenterId='101010' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 08:45:45 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00068' AND a.CenterId='101010' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='101' AND a.CenterOfficerId='EMP00068' AND a.CenterId='101010' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 10:01:57 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 10:01:57 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 10:02:06 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 10:02:06 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 10:02:27 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 10:02:27 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 10:03:13 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 10:03:13 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 10:03:19 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 15/09/2025 10:03:28 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 10:03:28 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 10:04:53 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04022' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04022' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 10:04:53 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04022' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04022' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 10:25:04 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/09/2025 10:26:17 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/09/2025 10:27:15 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 15/09/2025 10:27:19 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='104' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 15/09/2025 10:28:46 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 10:28:46 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03043' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 10:28:56 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 10:28:56 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 10:29:19 AM PageName: DataTableResult String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CenterOfficerId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 10:29:19 AM PageName: GroupLoan_PrintGroupLoanDemandSheetHTML String str: DECLARE @ODate DATE; SET @ODate='9/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT b.BranchName, b.CenterOfficerId, b.CenterOfficerName, b.CenterId, b.CenterName, b.MeetingDay, b.MeetingTime, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) INNER JOIN @CTable b ON a.CenterId = b.CenterId WHERE isnull(a.GroupName,'Group')!='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed','LoanClosed' ); INSERT INTO @FTable ( BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MeetingDay, MeetingTime, MeetingType, MemberId, MemberName, NomineeName, MobileNo, ContactNo, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT a.BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.LoanMeetingDay, ''AS MeetingTime, a.LoanTermMode AS MeetingType, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, a.LoanCycle, rtrim(convert(CHAR, a.DisburseDate, 103))AS DisburseDate, a.LoanAmount, a.LoanTerm, a.EMIAmount, a.CMEMI AS MeetingAmount FROM GroupLoanAccount a WITH(nolock) WHERE isnull(a.GroupName,'Group')='Individual' AND a.DisburseDate<@ODate AND isnull(a.CloseDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND a.LoanStatus IN ('LoanDisbursed', 'LoanClosed' ) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND ( a.LoanTermMode='Daily' OR (a.LoanTermMode='Weekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='BiWeekly' AND a.LoanMeetingDay=datename(dw,@ODate) ) OR ( a.LoanTermMode='Monthly' AND a.LoanMeetingDay=datename(day,@ODate) ) ) DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Prin, Intt, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Prin, a.Intt, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.LastPaidDate=(SELECT Convert(char,MAX(PDate),103) FROM @TTable WHERE PStatus='Paid' AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.NoOfOD=(SELECT COUNT(DISTINCT DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,1,@ODate))>dateadd(day,0,@ODate) AND DDate<@ODate AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT Convert(CHAR,MIN(DDate),106) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND DDate=dateadd(day,0,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.Outstanding=(SELECT SUM(Prin) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE isnull(PDate,dateadd(day,0,@ODate))>dateadd(day,-1,@ODate) AND LoanId=ta.LoanId) FROM @FTable ta; UPDATE ta SET ta.TodayPaidAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid' AND PDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.PayableAmount=CASE WHEN isnull(ta.MeetingAmount,0)>0 THEN 0 ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount, 0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.DueAmount,0)>0 THEN ta.DueAmount WHEN isnull(ta.DueAmount,0)=0 AND isnull(ta.ODAmount,0)>0 THEN ta.EMIAmount ELSE isnull(ta.ODAmount,0)+isnull(ta.DueAmount,0) END FROM @FTable ta; UPDATE ta SET ta.DemandAmount=CASE WHEN isnull(ta.BalanceAmount,0)>isnull(ta.DemandAmount,0) THEN ta.DemandAmount ELSE isnull(ta.BalanceAmount,0) END FROM @FTable ta; UPDATE ta SET ta.TodayNotReceived=CASE WHEN isnull(ta.DemandAmount,0)>isnull(ta.TodayPaidAmount,0) THEN isnull(ta.DemandAmount,0)-isnull(ta.TodayPaidAmount,0) ELSE 0 END FROM @FTable ta; SELECT a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.ContactNo, a.LoanId, replace(a.DueDate,'/20','/')AS DueDate, a.DueNo, a.NoOfOD, replace(isnull(a.ODAmount, 0.00), '.00', '')AS ODAmount, replace(isnull(a.DueAmount, 0), '.00', '')AS DueAmount, replace(a.BalanceAmount, '.00', '') AS BalanceAmount, a.PayableAmount, a.DemandAmount, a.TodayPaidAmount, a.TodayNotReceived, isnull(a.MeetingAmount, 0)AS MeetingAmount, a.Outstanding, replace(a.EMIAmount, '.00', '') AS EMIAmount, replace(a.LoanAmount, '.00', '')AS LoanAmount, a.LoanTerm, replace(a.LastPaidDate, '/20', '/')AS LastPaidDate, replace(a.DisburseDate, '/20', '/')AS DisburseDate, a.LoanCycle, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName, a.MeetingTime, replace(@ODate,' ','-')AS MeetingDate, datename(dw,@ODate)AS MeetingDay, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock)WHERE 1 = 1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1 = 1)AS CompanyDetail3 FROM @FTable a WHERE 1 = 1 AND isnull(a.BalanceAmount, 0)> 0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iudobmgf StackTrace: at GroupLoan_PrintGroupLoanDemandSheetHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 15/09/2025 10:37:27 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/09/2025 10:37:27 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/09/2025 11:03:43 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/09/2025 11:03:43 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/09/2025 11:11:37 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:02061:01:05:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 15/09/2025 11:12:08 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:02061:01:05:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 15/09/2025 11:12:11 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:02061:01:05:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 15/09/2025 11:12:12 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:02061:01:05:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 15/09/2025 11:12:17 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:02061:01:05:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 15/09/2025 11:13:27 AM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:02061:01:05'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 11:13:27 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:02061:01:05'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 15/09/2025 11:13:31 AM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:02061:01:05'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/09/2025 11:13:31 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:02061:01:05'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 15/09/2025 11:14:51 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:02061:01:06:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 15/09/2025 11:14:55 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:02061:01:06:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 15/09/2025 11:17:37 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:02061:01:06:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 15/09/2025 11:23:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/09/2025 11:25:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/09/2025 12:20:47 PM PageName: LoanOfficer_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ytgy2fsv StackTrace: at LoanOfficer_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 15/09/2025 01:00:30 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'GL00001227' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'GL00001227')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 15/09/2025 01:00:30 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'GL00001227' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'GL00001227')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 15/09/2025 01:00:30 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'GL00001227' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'GL00001227')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.GroupLoanQRCode() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 15/09/2025 03:04:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/09/2025 03:04:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/09/2025 05:11:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/09/2025 05:11:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/09/2025 07:44:29 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/09/2025 07:44:29 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/09/2025 07:44:36 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/09/2025 07:44:36 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/09/2025 07:56:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/09/2025 07:56:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/09/2025 07:57:18 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/09/2025 07:57:18 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/09/2025 08:24:45 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/16/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106019' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 15/09/2025 10:53:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 15/09/2025 10:53:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 15/09/2025 10:53:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 15/09/2025 10:53:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 16/09/2025 06:18:51 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 16/09/2025 10:10:28 AM PageName: DataSetResult String str: SELECT LoanTypeName FROM LoanTypeMaster WHERE LoanTypeStatus='Active' ORDER BY LoanTypeName; SELECT FeeName FROM GroupLoanFeeMaster WITH(nolock) WHERE FeeStatus='Active' ORDER BY FeeName; SELECT LedgerId, LedgerName FROM AccountLedgerMaster WHERE LedgerId=(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType='GoodsAndServiceTax')OR LedgerHead=(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType='GoodsAndServiceTax') ORDER BY LedgerName; SELECT LedgerId, LedgerName FROM AccountLedgerMaster WHERE LedgerId=(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType='GroupLoanHead')OR LedgerHead=(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType='GroupLoanHead') ORDER BY LedgerName; SELECT LedgerId, LedgerName FROM AccountLedgerMaster WHERE LedgerId=(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType='GroupLoanInterest')OR LedgerHead=(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType='GroupLoanInterest') ORDER BY LedgerName; SELECT LedgerId, LedgerName FROM AccountLedgerMaster WHERE LedgerId=(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType='GroupLoanFee')OR LedgerHead=(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType='GroupLoanFee') ORDER BY LedgerName; SELECT LedgerId, LedgerName FROM AccountLedgerMaster WHERE LedgerId IN(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType IN ('GroupLoanHead','GroupLoanFee','GroupLoanPayable') )OR LedgerHead IN (SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType IN ('GroupLoanHead','GroupLoanFee','GroupLoanPayable') ) ORDER BY LedgerName; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'LoanTypeMaster'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 16/09/2025 10:20:07 AM PageName: GroupLoan_GroupLoanBankNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanBankNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/09/2025 10:20:07 AM PageName: GroupLoan_GroupLoanBankNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanBankNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanBankNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/09/2025 10:24:02 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/09/2025 10:24:02 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/09/2025 10:27:26 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/09/2025 10:27:26 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/09/2025 10:29:09 AM PageName: Employee_EmployeeRegistrationVerificationNew String str: SELECT Count(1) AS Nos0 FROM EmployeeRegistrationDetail WHERE EmployeeId='EMP00091' ; SELECT Count(1) AS Nos1 FROM UserLoginDetail WHERE UserLoginId='EMP00091' ; String sql: INSERT INTO EmployeeRegistrationDetail ( BranchId, BranchName, EmployeeId, EmployeeName, EmployeeSalutation, DepartmentName, DesignationName, ReportingOfficerId, ReportingOfficerName, EmployeeType, EmployeeGrade, EmployeeIdType, EmpJoinDate, GuardianSalutation, GuardianName, EmployeeMobileNo, EmployeeContactNo, EmployeeEmailId, EmployeeDOB, EmployeeGender, EmployeeReligion, EmployeeCategory, MaritalStatus, DateOfMarriage, SpouseName, Qualification, RelevantExperience, PreviousEmployment, DocumentSubmitted, LiabilityHeadId, LiabilityHeadName, ExpenceHeadId, ExpenceHeadName, RegStatus, SalaryStatus, AttendanceStatus, GroupLoanTeam, PermanentAddress, PermanentCity, PermanentStateId, PermanentStateName, PermanentDistrictId, PermanentDistrictName, PermanentPinCode, SameAsPostal, PostalAddress, PostalCity, PostalStateId, PostalStateName, PostalDistrictId, PostalDistrictName, PostalPinCode, BankAccountType, BankAccountNo, BankIFSCCode, BankNameId, BankName, BankBranch, AadharNo, AadharVerified, AadharOTP, PANNo, PANVerified, VoterIdNo, VoterIdVerified, DLNo, PFAccountNo, PFUANNo, ESINo, AadharImage, EntryUser, EntryTime ) VALUES ( '106', 'Bhore', 'EMP00091', 'DEEPCHANDR', 'Mr.', 'Operation', 'Senior Center Manager', 'EMP00090', 'RAHUL KUMAR DUBEY', 'FullTime', 'Grade-01', 'Software', '9/16/2025 12:00:00 AM', 'S/O', 'Hare Ram', '7052909595', '', '', '7/10/1998 12:00:00 AM', 'Male', 'Hindu', 'OBC', 'Married', '1/1/1900 12:00:00 AM', '', '', '', '', '', '311000', 'Employee Salary Payable - 311000', '711000', 'Employee Salary Expence - 711000', 'Approved', 'Active', 'Active', 'Yes', 'Tandwa Faridpur PO: Rajesultanpur, DIST: Ambedkar Nagar, Uttar Pradesh', 'Tandwa Faridpur', '41', 'Uttar Pradesh', '2030', 'Allahabad', '224176', 'Yes', 'Tandwa Faridpur PO: Rajesultanpur, DIST: Ambedkar Nagar, Uttar Pradesh', 'Tandwa Faridpur', '41', 'Uttar Pradesh', '2030', 'Allahabad', '224176', 'Saving', '923010002639364', 'UTIB000417', '', '', '', '866487934066','Verification Error ??????????','' ,'GLGPD2045K','', 'XJE1915925', '','UP45 20240006086', '', '', '', '', 'emp00075', GETDATE() ) ; INSERT INTO UserLoginDetail ( UserLoginId, UserPassword, UserRole, UserLoginStatus, UserWebLogin, UserEXELogin, UserMenuType, EmployeeId, BranchId, BranchName, UserWorkingDate, NoOfBackDate, UserName, UserMobileNo, UserEmailId, UserAddress, UserJoinDate, EntryUser, EntryTime ) VALUES ( 'EMP00091', 'RQBNAFAAMAAwADAAOQAxAA==', 'Officer', 'Active', 'Active', 'Active', null, 'EMP00091', '106', 'Bhore', '9/16/2025 12:00:00 AM', '0', 'DEEPCHANDR', '7052909595', '', 'Tandwa Faridpur PO: Rajesultanpur, DIST: Ambedkar Nagar, Uttar Pradesh', '9/16/2025 12:00:00 AM', 'emp00075', GETDATE() ) ; INSERT INTO BranchPermission ( UserId, BranchId, EntryUser, EntryTime ) VALUES ( 'EMP00091', '106', 'emp00075', GETDATE() ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String or binary data would be truncated. The statement has been terminated. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at Employee_EmployeeRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 16/09/2025 10:29:19 AM PageName: Employee_EmployeeRegistrationVerificationNew String str: SELECT Count(1) AS Nos0 FROM EmployeeRegistrationDetail WHERE EmployeeId='EMP00091' ; SELECT Count(1) AS Nos1 FROM UserLoginDetail WHERE UserLoginId='EMP00091' ; String sql: INSERT INTO EmployeeRegistrationDetail ( BranchId, BranchName, EmployeeId, EmployeeName, EmployeeSalutation, DepartmentName, DesignationName, ReportingOfficerId, ReportingOfficerName, EmployeeType, EmployeeGrade, EmployeeIdType, EmpJoinDate, GuardianSalutation, GuardianName, EmployeeMobileNo, EmployeeContactNo, EmployeeEmailId, EmployeeDOB, EmployeeGender, EmployeeReligion, EmployeeCategory, MaritalStatus, DateOfMarriage, SpouseName, Qualification, RelevantExperience, PreviousEmployment, DocumentSubmitted, LiabilityHeadId, LiabilityHeadName, ExpenceHeadId, ExpenceHeadName, RegStatus, SalaryStatus, AttendanceStatus, GroupLoanTeam, PermanentAddress, PermanentCity, PermanentStateId, PermanentStateName, PermanentDistrictId, PermanentDistrictName, PermanentPinCode, SameAsPostal, PostalAddress, PostalCity, PostalStateId, PostalStateName, PostalDistrictId, PostalDistrictName, PostalPinCode, BankAccountType, BankAccountNo, BankIFSCCode, BankNameId, BankName, BankBranch, AadharNo, AadharVerified, AadharOTP, PANNo, PANVerified, VoterIdNo, VoterIdVerified, DLNo, PFAccountNo, PFUANNo, ESINo, AadharImage, EntryUser, EntryTime ) VALUES ( '106', 'Bhore', 'EMP00091', 'DEEPCHANDR', 'Mr.', 'Operation', 'Senior Center Manager', 'EMP00090', 'RAHUL KUMAR DUBEY', 'FullTime', 'Grade-01', 'Software', '9/16/2025 12:00:00 AM', 'S/O', 'Hare Ram', '7052909595', '', '', '7/10/1998 12:00:00 AM', 'Male', 'Hindu', 'OBC', 'Married', '1/1/1900 12:00:00 AM', '', '', '', '', '', '311000', 'Employee Salary Payable - 311000', '711000', 'Employee Salary Expence - 711000', 'Approved', 'Active', 'Active', 'Yes', 'Tandwa Faridpur PO: Rajesultanpur, DIST: Ambedkar Nagar, Uttar Pradesh', 'Tandwa Faridpur', '41', 'Uttar Pradesh', '2030', 'Allahabad', '224176', 'Yes', 'Tandwa Faridpur PO: Rajesultanpur, DIST: Ambedkar Nagar, Uttar Pradesh', 'Tandwa Faridpur', '41', 'Uttar Pradesh', '2030', 'Allahabad', '224176', 'Saving', '923010002639364', 'UTIB000417', '', '', '', '866487934066','Verification Error ??????????','' ,'GLGPD2045K','', 'XJE1915925', '','UP45 20240006086', '', '', '', '', 'emp00075', GETDATE() ) ; INSERT INTO UserLoginDetail ( UserLoginId, UserPassword, UserRole, UserLoginStatus, UserWebLogin, UserEXELogin, UserMenuType, EmployeeId, BranchId, BranchName, UserWorkingDate, NoOfBackDate, UserName, UserMobileNo, UserEmailId, UserAddress, UserJoinDate, EntryUser, EntryTime ) VALUES ( 'EMP00091', 'RQBNAFAAMAAwADAAOQAxAA==', 'Officer', 'Active', 'Active', 'Active', null, 'EMP00091', '106', 'Bhore', '9/16/2025 12:00:00 AM', '0', 'DEEPCHANDR', '7052909595', '', 'Tandwa Faridpur PO: Rajesultanpur, DIST: Ambedkar Nagar, Uttar Pradesh', '9/16/2025 12:00:00 AM', 'emp00075', GETDATE() ) ; INSERT INTO BranchPermission ( UserId, BranchId, EntryUser, EntryTime ) VALUES ( 'EMP00091', '106', 'emp00075', GETDATE() ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String or binary data would be truncated. The statement has been terminated. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at Employee_EmployeeRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 16/09/2025 10:34:26 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/09/2025 10:34:26 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/09/2025 10:34:54 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/09/2025 10:34:54 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/09/2025 10:39:24 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/09/2025 10:39:24 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/09/2025 10:42:02 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 16/09/2025 11:35:07 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/09/2025 11:35:07 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/09/2025 12:09:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/09/2025 12:09:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/09/2025 12:33:47 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/09/2025 12:33:47 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/09/2025 03:58:54 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/09/2025 03:58:54 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/09/2025 06:06:19 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WITH(nolock) WHERE ApplicationId='GA10001318' ; String sql: INSERT INTO GroupLoanAccount ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, NomineeName, NomineeDOB, NomineeAge, NomineeRelation, NomineeAddress, LoanFormNo, LoanStatus, LoanCycle, GLoanType, GLoanTypeNo, GLoanTypeName, LoanTerm, LoanTermMode, InterestRate, InterestMethod, LoanPurpose, ApplicationId, ApplicationAmount, ApplicationDate, ApplicationRemark, ApplicationDoc1, ApplicationDoc2, ApplicationEntryUser, ApplicationEntryTime, ProcessingFee, ProcessingGST, InsuranceFee, InsuranceGST, OtherFee, OtherGST, SecurityFee, ServiceTax, TotalFee, LoanAmount, DownPayment, RDAmount, FDAmount, FirstEMIPaid, TotalAmount, TotalInterest, EMIAmount ) VALUES ( '101', 'Mairawa', 'EMP00065', 'ATINESH', 'N2:01:01013', 'BISWAR PANMATI DEVI', 'Group', 'N2:01:01013:01:02', 'PANMTI KUWAR', '8235213199', '', '371', 'Uttar Bihar Gramin Bank', 'MAIRWA', 'Saving', '1006401030098084', 'CBIN0R10001', 'DEEPAK KUMAR RAM', '1/1/1995 12:00:00 AM', '30', 'Son', '', '', 'LoanApplied', '1', 'Group Loan', 'GL15000*18*990', 'Group Loan 15000 18 Week 990 EMI', '18', 'Weekly', '97.756300', 'EquatedEMI', 'Bufflalo', 'GA10001318', '15000.00', '9/16/2025 12:00:00 AM', '', '', '', 'emp00054', GETDATE(), '750', '0', '0', '0', '375', '0', '0', '0', '1125', '15000.00', '0', '0', '0', 'NO', '15000', '2820.00', '990.00' ) ; UPDATE GroupLoanMemberNominee SET BankAccountType='Saving', MemberBankId='371', MemberBankName='Uttar Bihar Gramin Bank', BankAccountNo='1006401030098084', BankIFSCCode='CBIN0R10001', BankBranchName='MAIRWA' WHERE MemberId='N2:01:01013:01:02' ; INSERT INTO BankAccountVerification ( MemberId, ApplicationId, AccountNo, IFSCCode, bankTxnStatus, accountNumber, ifsc, accountName, bankResponse, EntryTime, EntryUser ) VALUES ( 'N2:01:01013:01:02', 'GA10001318', '1006401030098084', 'CBIN0R10001', 'False', '', '', '', 'INVALID RESPONSE RECEIVED BY BENEFICIARY BANK FOR FUND TRANSFER', GETDATE(), 'emp00054' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String or binary data would be truncated. The statement has been terminated. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanApplicationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 16/09/2025 09:12:32 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 16/09/2025 09:50:05 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 16/09/2025 09:50:14 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 17/09/2025 06:27:50 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 17/09/2025 10:23:06 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/09/2025 10:23:06 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/09/2025 10:29:09 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/09/2025 10:29:09 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/09/2025 10:31:46 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/09/2025 10:31:46 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/09/2025 10:34:02 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/09/2025 10:34:02 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/09/2025 10:50:44 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/09/2025 10:50:44 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/09/2025 11:22:29 AM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.txtWorkingDate_TextChanged(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 17/09/2025 11:24:40 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/09/2025 11:24:40 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/09/2025 11:49:05 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/09/2025 11:49:05 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/09/2025 12:00:44 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/09/2025 12:00:44 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/09/2025 12:01:20 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/09/2025 12:01:20 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/09/2025 12:11:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/09/2025 12:11:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/09/2025 02:48:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/09/2025 02:48:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/09/2025 02:50:31 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/09/2025 02:50:31 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/09/2025 04:53:32 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 18/09/2025 06:34:56 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/18/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03032' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 18/09/2025 10:21:12 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/09/2025 10:21:12 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/09/2025 10:23:24 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/09/2025 10:23:24 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/09/2025 10:29:47 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/09/2025 10:29:47 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/09/2025 10:33:11 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/09/2025 10:33:11 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/09/2025 10:38:07 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/09/2025 10:38:07 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/09/2025 10:43:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/09/2025 10:43:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/09/2025 11:39:24 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/09/2025 11:39:24 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/09/2025 12:31:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/09/2025 12:31:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/09/2025 01:00:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/09/2025 01:00:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/09/2025 01:09:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/09/2025 01:09:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/09/2025 03:08:33 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 18/09/2025 03:15:33 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/09/2025 03:15:33 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/09/2025 03:19:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' ORDER BY a.CenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/09/2025 06:14:51 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 18/09/2025 06:14:56 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 18/09/2025 06:15:07 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 18/09/2025 06:15:28 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 18/09/2025 06:15:36 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 18/09/2025 06:15:53 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 18/09/2025 06:22:52 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 18/09/2025 06:23:07 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 18/09/2025 09:12:35 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 18/09/2025 09:12:40 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 18/09/2025 09:12:44 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 18/09/2025 09:13:25 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 18/09/2025 09:15:20 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 18/09/2025 09:16:02 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 18/09/2025 09:16:52 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 18/09/2025 09:17:01 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 18/09/2025 09:17:40 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 18/09/2025 09:34:17 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 18/09/2025 10:04:40 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 18/09/2025 10:04:52 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 18/09/2025 10:32:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 18/09/2025 10:32:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 18/09/2025 10:32:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/09/2025 10:32:44 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/09/2025 10:32:54 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 18/09/2025 10:32:54 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 18/09/2025 10:33:04 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='9/18/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/09/2025 10:51:10 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 19/09/2025 06:24:43 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/09/2025 10:14:51 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/09/2025 10:14:51 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/09/2025 10:17:30 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/09/2025 10:17:30 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/09/2025 10:21:05 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/09/2025 10:21:05 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/09/2025 10:24:29 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/09/2025 10:24:29 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/09/2025 10:27:22 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/09/2025 10:27:22 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/09/2025 10:45:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/09/2025 10:45:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/09/2025 10:56:56 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/09/2025 10:56:56 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/09/2025 11:41:40 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/09/2025 11:41:40 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/09/2025 11:47:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/09/2025 11:47:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/09/2025 11:49:06 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/09/2025 11:49:06 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/09/2025 12:12:16 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 19/09/2025 12:12:16 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 19/09/2025 12:27:44 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/09/2025 12:28:56 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/09/2025 12:30:46 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/09/2025 12:33:56 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/09/2025 01:03:09 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/09/2025 01:05:59 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/09/2025 01:09:03 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/09/2025 01:24:40 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/09/2025 01:25:18 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/09/2025 01:25:18 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/09/2025 01:37:18 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/09/2025 01:37:30 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/09/2025 01:40:54 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/09/2025 02:36:01 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/09/2025 02:36:01 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/09/2025 06:00:44 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/09/2025 07:03:21 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/19/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00084' AND a.CenterId='N2:01:05044' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 19/09/2025 07:03:29 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/19/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00084' AND a.CenterId='N2:01:05044' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 19/09/2025 07:13:00 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__d.MoveNext() TargetSite: Void MoveNext() Time: 19/09/2025 07:13:30 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__0.MoveNext() TargetSite: Void MoveNext() Time: 19/09/2025 07:15:08 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/09/2025 08:39:10 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/09/2025 10:25:00 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/09/2025 10:25:00 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/09/2025 10:28:08 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/09/2025 10:28:08 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/09/2025 10:31:20 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/09/2025 10:31:20 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/09/2025 10:34:44 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/09/2025 10:34:44 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/09/2025 10:42:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/09/2025 10:42:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/09/2025 10:53:04 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/09/2025 10:53:04 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/09/2025 11:10:54 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.FillEmployee() TargetSite: Void FillEmployee() Time: 20/09/2025 11:10:54 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.FillCenter() TargetSite: Void FillCenter() Time: 20/09/2025 11:10:55 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.FillData() TargetSite: Void FillData() Time: 20/09/2025 11:25:45 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/09/2025 11:25:45 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/09/2025 11:48:11 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/09/2025 11:48:11 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/09/2025 01:17:18 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 20/09/2025 01:17:18 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 20/09/2025 01:17:18 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 20/09/2025 01:17:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 20/09/2025 01:17:26 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 20/09/2025 01:17:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 20/09/2025 01:17:40 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 20/09/2025 01:17:40 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 20/09/2025 01:17:43 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 20/09/2025 01:17:43 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 20/09/2025 01:17:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 20/09/2025 01:17:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 20/09/2025 02:26:44 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/09/2025 02:26:44 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/09/2025 04:41:20 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:04015:01:03:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 20/09/2025 06:40:48 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 21/09/2025 03:39:50 PM PageName: DataSetResult String str: SELECT GLoanTypeNo, GLoanTypeName FROM GroupLoanNoMaster WITH(nolock) WHERE LoanTypeStatus='Active' AND LoanGroup IN ('Group','Both') ORDER BY GLoanTypeName ; SELECT BankId, BankName FROM BankNameMaster WITH(nolock) WHERE BankStatus='Active' ORDER BY BankName ; SELECT RelationId, RelationName FROM RelationNameMaster WITH(nolock) WHERE RelationStatus='Active' ORDER BY RelationName ; SELECT PurposeId, PurposeName FROM PurposeNameMaster WITH(nolock) WHERE PurposeStatus='Active' ORDER BY PurposeName ; SELECT GroupName FROM GroupNameMaster WITH(nolock) WHERE GroupStatus='Active' ORDER BY GroupName ; SELECT APIUserName, APIUserStatus, BankAccountAdvanceVerificationAPI, NewApplication, ReApplication, TopUpApplication, GroupLoanBankAccount, GroupLoanBankVerify, GroupApplicationId, GroupApplicationSMS, GroupMemberEquifaxDays, GroupNomineeEquifaxDays, GroupMemberHighmarkDays, GroupNomineeHighmarkDays, GroupNomineeBankValidation, (SELECT GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock))AS GroupMemberKYCFolder FROM ProjectDataSettingMaster WITH(nolock) ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'BankId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.TryNextResult(Boolean& more) at System.Data.SqlClient.SqlDataReader.NextResult() at System.Data.ProviderBase.DataReaderContainer.NextResult() at System.Data.Common.DataAdapter.FillNextResult(DataReaderContainer dataReader) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 21/09/2025 03:39:56 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Convert(CHAR,b.GroupJoinDate,106)AS GroupJoinDate, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, (SELECT Count(1) FROM GroupLoanAccount WHERE LoanStatus IN ('LoanApplied', 'LoanApproved', 'FeeSubmitted', 'LoanDisbursed') AND MemberId = a.MemberId)AS NoOfActiveLoan, a.MemberProfileStatus, b.GroupStatus, Convert(CHAR, b.CGTDate, 106)AS CGTDate, Convert(CHAR, b.GRTDate,106)AS GRTDate, a.GroupName, a.CenterId, a.CenterName, a.GroupOfficerId, a.GroupOfficerName, a.BranchName + ' (' + a.BranchId + ')' AS BranchName FROM GroupLoanMemberDetail a WITH(nolock) INNER JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND (CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END)!='DropOut' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.FillData() TargetSite: Void FillData() Time: 21/09/2025 03:42:09 PM PageName: DataSetResult String str: SELECT GLoanTypeNo, GLoanTypeName FROM GroupLoanNoMaster WITH(nolock) WHERE LoanTypeStatus='Active' AND LoanGroup IN ('Group','Both') ORDER BY GLoanTypeName ; SELECT BankId, BankName FROM BankNameMaster WITH(nolock) WHERE BankStatus='Active' ORDER BY BankName ; SELECT RelationId, RelationName FROM RelationNameMaster WITH(nolock) WHERE RelationStatus='Active' ORDER BY RelationName ; SELECT PurposeId, PurposeName FROM PurposeNameMaster WITH(nolock) WHERE PurposeStatus='Active' ORDER BY PurposeName ; SELECT GroupName FROM GroupNameMaster WITH(nolock) WHERE GroupStatus='Active' ORDER BY GroupName ; SELECT APIUserName, APIUserStatus, BankAccountAdvanceVerificationAPI, NewApplication, ReApplication, TopUpApplication, GroupLoanBankAccount, GroupLoanBankVerify, GroupApplicationId, GroupApplicationSMS, GroupMemberEquifaxDays, GroupNomineeEquifaxDays, GroupMemberHighmarkDays, GroupNomineeHighmarkDays, GroupNomineeBankValidation, (SELECT GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock))AS GroupMemberKYCFolder FROM ProjectDataSettingMaster WITH(nolock) ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'BankId'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.TryNextResult(Boolean& more) at System.Data.SqlClient.SqlDataReader.NextResult() at System.Data.ProviderBase.DataReaderContainer.NextResult() at System.Data.Common.DataAdapter.FillNextResult(DataReaderContainer dataReader) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 21/09/2025 03:42:14 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Convert(CHAR,b.GroupJoinDate,106)AS GroupJoinDate, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, (SELECT Count(1) FROM GroupLoanAccount WHERE LoanStatus IN ('LoanApplied', 'LoanApproved', 'FeeSubmitted', 'LoanDisbursed') AND MemberId = a.MemberId)AS NoOfActiveLoan, a.MemberProfileStatus, b.GroupStatus, Convert(CHAR, b.CGTDate, 106)AS CGTDate, Convert(CHAR, b.GRTDate,106)AS GRTDate, a.GroupName, a.CenterId, a.CenterName, a.GroupOfficerId, a.GroupOfficerName, a.BranchName + ' (' + a.BranchId + ')' AS BranchName FROM GroupLoanMemberDetail a WITH(nolock) INNER JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId WHERE isnull(a.GroupName,'GroupLoan')!='Individual' AND (CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END)!='DropOut' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.FillData() TargetSite: Void FillData() Time: 21/09/2025 05:40:57 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/09/2025 05:41:17 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/09/2025 05:41:18 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/09/2025 05:41:19 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/09/2025 05:41:19 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/09/2025 05:41:19 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/09/2025 05:41:20 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/09/2025 05:41:27 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/09/2025 05:41:27 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/09/2025 05:41:28 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/09/2025 05:41:29 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/09/2025 05:41:33 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/09/2025 05:41:34 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/09/2025 05:41:34 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/09/2025 05:41:34 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/09/2025 05:41:35 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/09/2025 05:56:19 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: SELECT Count(1)AS Nos0 FROM GroupLoanMemberDetail WHERE MemberId='M106000485' ; String sql: INSERT INTO GroupLoanMemberDetail ( BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberFormNo, IdType, MemberId, MemberJoinDate, MemberSalutation, MemberName, GuardianSalutation, MemberGuardianName, MemberGender, MemberDOB, MemberAge, MemberMobileNo, MemberMobileVerified, MemberOccupation, MemberAnnualIncome, FamilyAnnualExpence, MemberAadharNo, MemberAadharVerified, MemberPanNo, MemberPanVerified, MemberVoterIdNo, MemberVoterIdVerified, MemberDLNo, RationCard, ElectricityBill, NomineeSalutation, NomineeName, NomineeGuardianSalutation, NomineeGuardianName, NomineeRelation, NomineeGender, NomineeDOB, NomineeAge, NomineeAadharNo, NomineeAadharVerified, NomineeVoterIdNo, NomineeVoterIdVerified, NomineePANNo, NomineePANVerified, NomineeOccupation, NomineeAnnualIncome, NomineeMobileNo, NomineeMobileVerified, MemberProfileStatus, MemberAddress, MemberLatitude, MemberLongitude, EntryUser, EntryTime ) VALUES ( '106', 'Bhore', 'EMP00060', 'PAPPU KUMAR', '106021', 'DHANA CHAPAR', 'Group1', '', 'Software', 'M106000485', '9/21/2025 12:00:00 AM', 'Mrs.', 'sairun naisa', 'W/O', 'salim miyan', 'Female', '9/21/1972 12:00:00 AM', '53', '7464006938', '', 'FARMER', '0', '0', '403962789380', '403962789380', '', '', 'YTH3530383', 'YTH3530383', '', '', '', 'Mr.', 'Salim Miya', 'S/O', 'Aliya miya', 'Husband', 'Male', '10/12/1969 12:00:00 AM', '55', '928047836692', '928047836692', 'DQN1313964', 'DQN1313964', '', '', 'fitter', '0', '7845123690', '', 'Approved', 'dhana chapar hussepur', '', '', 'emp00060', GETDATE() ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, LocationType, PermanentAddress, PermanentDistrictId, PermanentDistrictName, PermanentStateId, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M106000485', 'sairun naisa', 'Active', 'Active', 'Active', 'Active', 'TQAxADAANgAwADAAMAA0ADgANQA=', 'Hindu', 'OBC', 'Married', 'COW', '15000', 'Saving', 'UBIN', 'Union Bank Of India', '764102120008126', 'UBIN0576417', 'SemiUrban', 'dhana chapar hussepur', '', '', '', '', '841426', '9/21/2025 12:00:00 AM', 'emp00060', GETDATE(), 'GRTApproved', 'EMP00060', 'PAPPU KUMAR', 'EMP00060', 'PAPPU KUMAR', 'emp00060', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', '403962789380', 'Not Mapped', 'FEMALE', 'Bihar', '50-60', 'Y', '638940730754130845', GETDATE(), 'emp00060' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', '928047836692', 'Not Mapped', 'MALE', 'Bihar', '50-60', 'Y', '638940735073579594', GETDATE(), 'emp00060' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', 'YTH3530383', 'sairun naisa', 'salim miyan', 'H', 'F', 'GOPALGANJ', 'Bhorey', 'Gopalganj (SC)', 'Bihar', 'YTH3530383', '', '53', '325', '382', 'MADHYA VIDYALAY NONIYACHHAPAR', 'Madhy Vidhaly Noniyachhapar Baya Bhag', '04-10-2024', '0.0,0.0', 'सलीम मियां', '', '', '1', '', 'सैरुन नैसा', '', '', '103', 'S04', '', '', '638940731173349985', GETDATE(), 'emp00060' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', 'DQN1313964', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '638940736554503490', GETDATE(), 'emp00060' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'UBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupMemberRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 21/09/2025 05:56:26 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: SELECT Count(1)AS Nos0 FROM GroupLoanMemberDetail WHERE MemberId='M106000485' ; String sql: INSERT INTO GroupLoanMemberDetail ( BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberFormNo, IdType, MemberId, MemberJoinDate, MemberSalutation, MemberName, GuardianSalutation, MemberGuardianName, MemberGender, MemberDOB, MemberAge, MemberMobileNo, MemberMobileVerified, MemberOccupation, MemberAnnualIncome, FamilyAnnualExpence, MemberAadharNo, MemberAadharVerified, MemberPanNo, MemberPanVerified, MemberVoterIdNo, MemberVoterIdVerified, MemberDLNo, RationCard, ElectricityBill, NomineeSalutation, NomineeName, NomineeGuardianSalutation, NomineeGuardianName, NomineeRelation, NomineeGender, NomineeDOB, NomineeAge, NomineeAadharNo, NomineeAadharVerified, NomineeVoterIdNo, NomineeVoterIdVerified, NomineePANNo, NomineePANVerified, NomineeOccupation, NomineeAnnualIncome, NomineeMobileNo, NomineeMobileVerified, MemberProfileStatus, MemberAddress, MemberLatitude, MemberLongitude, EntryUser, EntryTime ) VALUES ( '106', 'Bhore', 'EMP00060', 'PAPPU KUMAR', '106021', 'DHANA CHAPAR', 'Group1', '', 'Software', 'M106000485', '9/21/2025 12:00:00 AM', 'Mrs.', 'sairun naisa', 'W/O', 'salim miyan', 'Female', '9/21/1972 12:00:00 AM', '53', '7464006938', '', 'FARMER', '0', '0', '403962789380', '403962789380', '', '', 'YTH3530383', 'YTH3530383', '', '', '', 'Mr.', 'Salim Miya', 'S/O', 'Aliya miya', 'Husband', 'Male', '10/12/1969 12:00:00 AM', '55', '928047836692', '928047836692', 'DQN1313964', 'DQN1313964', '', '', 'fitter', '0', '7845123690', '', 'Approved', 'dhana chapar hussepur', '', '', 'emp00060', GETDATE() ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, LocationType, PermanentAddress, PermanentDistrictId, PermanentDistrictName, PermanentStateId, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M106000485', 'sairun naisa', 'Active', 'Active', 'Active', 'Active', 'TQAxADAANgAwADAAMAA0ADgANQA=', 'Hindu', 'OBC', 'Married', 'COW', '15000', 'Saving', 'UBIN', 'Union Bank Of India', '764102120008126', 'UBIN0576417', 'SemiUrban', 'dhana chapar hussepur', '', '', '', '', '841426', '9/21/2025 12:00:00 AM', 'emp00060', GETDATE(), 'GRTApproved', 'EMP00060', 'PAPPU KUMAR', 'EMP00060', 'PAPPU KUMAR', 'emp00060', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', '403962789380', 'Not Mapped', 'FEMALE', 'Bihar', '50-60', 'Y', '638940730754130845', GETDATE(), 'emp00060' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', '928047836692', 'Not Mapped', 'MALE', 'Bihar', '50-60', 'Y', '638940735073579594', GETDATE(), 'emp00060' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', 'YTH3530383', 'sairun naisa', 'salim miyan', 'H', 'F', 'GOPALGANJ', 'Bhorey', 'Gopalganj (SC)', 'Bihar', 'YTH3530383', '', '53', '325', '382', 'MADHYA VIDYALAY NONIYACHHAPAR', 'Madhy Vidhaly Noniyachhapar Baya Bhag', '04-10-2024', '0.0,0.0', 'सलीम मियां', '', '', '1', '', 'सैरुन नैसा', '', '', '103', 'S04', '', '', '638940731173349985', GETDATE(), 'emp00060' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', 'DQN1313964', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '638940736554503490', GETDATE(), 'emp00060' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'UBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupMemberRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 21/09/2025 06:02:59 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: SELECT Count(1)AS Nos0 FROM GroupLoanMemberDetail WHERE MemberId='M106000485' ; String sql: INSERT INTO GroupLoanMemberDetail ( BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberFormNo, IdType, MemberId, MemberJoinDate, MemberSalutation, MemberName, GuardianSalutation, MemberGuardianName, MemberGender, MemberDOB, MemberAge, MemberMobileNo, MemberMobileVerified, MemberOccupation, MemberAnnualIncome, FamilyAnnualExpence, MemberAadharNo, MemberAadharVerified, MemberPanNo, MemberPanVerified, MemberVoterIdNo, MemberVoterIdVerified, MemberDLNo, RationCard, ElectricityBill, NomineeSalutation, NomineeName, NomineeGuardianSalutation, NomineeGuardianName, NomineeRelation, NomineeGender, NomineeDOB, NomineeAge, NomineeAadharNo, NomineeAadharVerified, NomineeVoterIdNo, NomineeVoterIdVerified, NomineePANNo, NomineePANVerified, NomineeOccupation, NomineeAnnualIncome, NomineeMobileNo, NomineeMobileVerified, MemberProfileStatus, MemberAddress, MemberLatitude, MemberLongitude, EntryUser, EntryTime ) VALUES ( '106', 'Bhore', 'EMP00060', 'PAPPU KUMAR', '106021', 'DHANA CHAPAR', 'Group1', '', 'Software', 'M106000485', '9/21/2025 12:00:00 AM', 'Mrs.', 'sairun naisa', 'W/O', 'salim miyan', 'Female', '9/21/1972 12:00:00 AM', '53', '7464006938', '', 'GOAT', '0', '0', '403962789380', '403962789380', '', '', 'YTH3530383', 'YTH3530383', '', '', '', 'Mr.', 'Salim Miya', 'S/O', 'Aliya Miya', 'Husband', 'Male', '10/12/1969 12:00:00 AM', '55', '928047836692', '928047836692', 'DQN1313964', 'DQN1313964', '', '', 'fitter', '0', '7845123690', '', 'Approved', 'Dhana Chapar Hussepur', '', '', 'emp00060', GETDATE() ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, LocationType, PermanentAddress, PermanentDistrictId, PermanentDistrictName, PermanentStateId, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M106000485', 'sairun naisa', 'Active', 'Active', 'Active', 'Active', 'TQAxADAANgAwADAAMAA0ADgANQA=', 'Hindu', 'OBC', 'Married', 'COW', '15000', 'Saving', 'UBIN', 'Union Bank Of India', '764102120008126', 'UBIN0576417', 'SemiUrban', 'Dhana Chapar Hussepur', '', '', '', '', '841426', '9/21/2025 12:00:00 AM', 'emp00060', GETDATE(), 'GRTApproved', 'EMP00060', 'PAPPU KUMAR', 'EMP00060', 'PAPPU KUMAR', 'emp00060', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', '403962789380', 'Not Mapped', 'FEMALE', 'Bihar', '50-60', 'Y', '638940742497253694', GETDATE(), 'emp00060' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', '928047836692', 'Not Mapped', 'MALE', 'Bihar', '50-60', 'Y', '638940743374375196', GETDATE(), 'emp00060' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', 'YTH3530383', 'sairun naisa', 'salim miyan', 'H', 'F', 'GOPALGANJ', 'Bhorey', 'Gopalganj (SC)', 'Bihar', 'YTH3530383', '', '53', '325', '382', 'MADHYA VIDYALAY NONIYACHHAPAR', 'Madhy Vidhaly Noniyachhapar Baya Bhag', '04-10-2024', '0.0,0.0', '???? ?????', '', '', '1', '', '????? ????', '', '', '103', 'S04', '', '', '638940742768345504', GETDATE(), 'emp00060' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', 'DQN1313964', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '638940743689792753', GETDATE(), 'emp00060' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'UBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupMemberRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 21/09/2025 06:03:22 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: SELECT Count(1)AS Nos0 FROM GroupLoanMemberDetail WHERE MemberId='M106000485' ; String sql: INSERT INTO GroupLoanMemberDetail ( BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberFormNo, IdType, MemberId, MemberJoinDate, MemberSalutation, MemberName, GuardianSalutation, MemberGuardianName, MemberGender, MemberDOB, MemberAge, MemberMobileNo, MemberMobileVerified, MemberOccupation, MemberAnnualIncome, FamilyAnnualExpence, MemberAadharNo, MemberAadharVerified, MemberPanNo, MemberPanVerified, MemberVoterIdNo, MemberVoterIdVerified, MemberDLNo, RationCard, ElectricityBill, NomineeSalutation, NomineeName, NomineeGuardianSalutation, NomineeGuardianName, NomineeRelation, NomineeGender, NomineeDOB, NomineeAge, NomineeAadharNo, NomineeAadharVerified, NomineeVoterIdNo, NomineeVoterIdVerified, NomineePANNo, NomineePANVerified, NomineeOccupation, NomineeAnnualIncome, NomineeMobileNo, NomineeMobileVerified, MemberProfileStatus, MemberAddress, MemberLatitude, MemberLongitude, EntryUser, EntryTime ) VALUES ( '106', 'Bhore', 'EMP00060', 'PAPPU KUMAR', '106021', 'DHANA CHAPAR', 'Group1', '', 'Software', 'M106000485', '9/21/2025 12:00:00 AM', 'Mrs.', 'sairun naisa', 'W/O', 'salim miyan', 'Female', '9/21/1972 12:00:00 AM', '53', '7464006938', '', 'GOAT', '0', '0', '403962789380', '403962789380', '', '', 'YTH3530383', 'YTH3530383', '', '', '', 'Mr.', 'Salim Miya', 'S/O', 'Aliya Miya', 'Husband', 'Male', '10/12/1969 12:00:00 AM', '55', '928047836692', '928047836692', 'DQN1313964', 'DQN1313964', '', '', 'fitter', '0', '7845123690', '', 'Approved', 'Dhana Chapar Hussepur', '', '', 'emp00060', GETDATE() ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, LocationType, PermanentAddress, PermanentDistrictId, PermanentDistrictName, PermanentStateId, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M106000485', 'sairun naisa', 'Active', 'Active', 'Active', 'Active', 'TQAxADAANgAwADAAMAA0ADgANQA=', 'Hindu', 'OBC', 'Married', 'COW', '15000', 'Saving', 'UBIN', 'Union Bank Of India', '764102120008126', 'UBIN0576417', 'SemiUrban', 'Dhana Chapar Hussepur', '', '', '', '', '841426', '9/21/2025 12:00:00 AM', 'emp00060', GETDATE(), 'GRTApproved', 'EMP00060', 'PAPPU KUMAR', 'EMP00060', 'PAPPU KUMAR', 'emp00060', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', '403962789380', 'Not Mapped', 'FEMALE', 'Bihar', '50-60', 'Y', '638940742497253694', GETDATE(), 'emp00060' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', '928047836692', 'Not Mapped', 'MALE', 'Bihar', '50-60', 'Y', '638940743374375196', GETDATE(), 'emp00060' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', 'YTH3530383', 'sairun naisa', 'salim miyan', 'H', 'F', 'GOPALGANJ', 'Bhorey', 'Gopalganj (SC)', 'Bihar', 'YTH3530383', '', '53', '325', '382', 'MADHYA VIDYALAY NONIYACHHAPAR', 'Madhy Vidhaly Noniyachhapar Baya Bhag', '04-10-2024', '0.0,0.0', '???? ?????', '', '', '1', '', '????? ????', '', '', '103', 'S04', '', '', '638940742768345504', GETDATE(), 'emp00060' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', 'DQN1313964', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '638940743689792753', GETDATE(), 'emp00060' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'UBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupMemberRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 21/09/2025 06:10:30 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: SELECT Count(1)AS Nos0 FROM GroupLoanMemberDetail WHERE MemberId='M106000485' ; String sql: INSERT INTO GroupLoanMemberDetail ( BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberFormNo, IdType, MemberId, MemberJoinDate, MemberSalutation, MemberName, GuardianSalutation, MemberGuardianName, MemberGender, MemberDOB, MemberAge, MemberMobileNo, MemberMobileVerified, MemberOccupation, MemberAnnualIncome, FamilyAnnualExpence, MemberAadharNo, MemberAadharVerified, MemberPanNo, MemberPanVerified, MemberVoterIdNo, MemberVoterIdVerified, MemberDLNo, RationCard, ElectricityBill, NomineeSalutation, NomineeName, NomineeGuardianSalutation, NomineeGuardianName, NomineeRelation, NomineeGender, NomineeDOB, NomineeAge, NomineeAadharNo, NomineeAadharVerified, NomineeVoterIdNo, NomineeVoterIdVerified, NomineePANNo, NomineePANVerified, NomineeOccupation, NomineeAnnualIncome, NomineeMobileNo, NomineeMobileVerified, MemberProfileStatus, MemberAddress, MemberLatitude, MemberLongitude, EntryUser, EntryTime ) VALUES ( '106', 'Bhore', 'EMP00060', 'PAPPU KUMAR', '106021', 'DHANA CHAPAR', 'Group1', '', 'Software', 'M106000485', '9/21/2025 12:00:00 AM', 'Mrs.', 'sairun naisa', 'W/O', 'salim miyan', 'Female', '9/21/1972 12:00:00 AM', '53', '7464006938', '', 'FARMER', '0', '0', '403962789380', '403962789380', '', '', 'YTH3530383', 'YTH3530383', '', '', '', 'Mr.', 'Salim Miya', 'S/O', 'Aliyar miya', 'Husband', 'Male', '10/12/1969 12:00:00 AM', '55', '928047836692', '928047836692', 'DQN1313964', 'DQN1313964', '', '', 'fitter', '0', '7845123690', '', 'Approved', 'Dhana Chapar Hussepur', '', '', 'emp00090', GETDATE() ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, LocationType, PermanentAddress, PermanentDistrictId, PermanentDistrictName, PermanentStateId, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M106000485', 'sairun naisa', 'Active', 'Active', 'Active', 'Active', 'TQAxADAANgAwADAAMAA0ADgANQA=', 'Muslim', 'OBC', 'Married', 'COW', '15000', 'Saving', 'UBIN', 'Union Bank Of India', '764102120008126', 'UBIN0576417', 'SemiUrban', 'Dhana Chapar Hussepur', '', '', '', '', '841426', '9/21/2025 12:00:00 AM', 'emp00090', GETDATE(), 'GRTApproved', 'EMP00060', 'PAPPU KUMAR', 'EMP00060', 'PAPPU KUMAR', 'emp00090', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', '403962789380', 'Not Mapped', 'FEMALE', 'Bihar', '50-60', 'Y', '638940746919384063', GETDATE(), 'emp00090' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', '928047836692', 'Not Mapped', 'MALE', 'Bihar', '50-60', 'Y', '638940748040532841', GETDATE(), 'emp00090' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', 'YTH3530383', 'sairun naisa', 'salim miyan', 'H', 'F', 'GOPALGANJ', 'Bhorey', 'Gopalganj (SC)', 'Bihar', 'YTH3530383', '', '53', '325', '382', 'MADHYA VIDYALAY NONIYACHHAPAR', 'Madhy Vidhaly Noniyachhapar Baya Bhag', '04-10-2024', '0.0,0.0', '???? ?????', '', '', '1', '', '????? ????', '', '', '103', 'S04', '', '', '638940747244332910', GETDATE(), 'emp00090' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', 'DQN1313964', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '638940748406420456', GETDATE(), 'emp00090' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'UBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupMemberRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 21/09/2025 06:10:43 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: SELECT Count(1)AS Nos0 FROM GroupLoanMemberDetail WHERE MemberId='M106000485' ; String sql: INSERT INTO GroupLoanMemberDetail ( BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberFormNo, IdType, MemberId, MemberJoinDate, MemberSalutation, MemberName, GuardianSalutation, MemberGuardianName, MemberGender, MemberDOB, MemberAge, MemberMobileNo, MemberMobileVerified, MemberOccupation, MemberAnnualIncome, FamilyAnnualExpence, MemberAadharNo, MemberAadharVerified, MemberPanNo, MemberPanVerified, MemberVoterIdNo, MemberVoterIdVerified, MemberDLNo, RationCard, ElectricityBill, NomineeSalutation, NomineeName, NomineeGuardianSalutation, NomineeGuardianName, NomineeRelation, NomineeGender, NomineeDOB, NomineeAge, NomineeAadharNo, NomineeAadharVerified, NomineeVoterIdNo, NomineeVoterIdVerified, NomineePANNo, NomineePANVerified, NomineeOccupation, NomineeAnnualIncome, NomineeMobileNo, NomineeMobileVerified, MemberProfileStatus, MemberAddress, MemberLatitude, MemberLongitude, EntryUser, EntryTime ) VALUES ( '106', 'Bhore', 'EMP00060', 'PAPPU KUMAR', '106021', 'DHANA CHAPAR', 'Group1', '', 'Software', 'M106000485', '9/21/2025 12:00:00 AM', 'Mrs.', 'sairun naisa', 'W/O', 'salim miyan', 'Female', '9/21/1972 12:00:00 AM', '53', '7464006938', '', 'FARMER', '0', '0', '403962789380', '403962789380', '', '', 'YTH3530383', 'YTH3530383', '', '', '', 'Mr.', 'Salim Miya', 'S/O', 'Aliyar miya', 'Husband', 'Male', '10/12/1969 12:00:00 AM', '55', '928047836692', '928047836692', 'DQN1313964', 'DQN1313964', '', '', 'fitter', '0', '7845123690', '', 'Approved', 'Dhana Chapar Hussepur', '', '', 'emp00090', GETDATE() ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, LocationType, PermanentAddress, PermanentDistrictId, PermanentDistrictName, PermanentStateId, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M106000485', 'sairun naisa', 'Active', 'Active', 'Active', 'Active', 'TQAxADAANgAwADAAMAA0ADgANQA=', 'Muslim', 'OBC', 'Married', 'COW', '15000', 'Saving', 'UBIN', 'Union Bank Of India', '764102120008126', 'UBIN0576417', 'SemiUrban', 'Dhana Chapar Hussepur', '', '', '', '', '841426', '9/21/2025 12:00:00 AM', 'emp00090', GETDATE(), 'GRTApproved', 'EMP00060', 'PAPPU KUMAR', 'EMP00060', 'PAPPU KUMAR', 'emp00090', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', '403962789380', 'Not Mapped', 'FEMALE', 'Bihar', '50-60', 'Y', '638940746919384063', GETDATE(), 'emp00090' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', '928047836692', 'Not Mapped', 'MALE', 'Bihar', '50-60', 'Y', '638940748040532841', GETDATE(), 'emp00090' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', 'YTH3530383', 'sairun naisa', 'salim miyan', 'H', 'F', 'GOPALGANJ', 'Bhorey', 'Gopalganj (SC)', 'Bihar', 'YTH3530383', '', '53', '325', '382', 'MADHYA VIDYALAY NONIYACHHAPAR', 'Madhy Vidhaly Noniyachhapar Baya Bhag', '04-10-2024', '0.0,0.0', '???? ?????', '', '', '1', '', '????? ????', '', '', '103', 'S04', '', '', '638940747244332910', GETDATE(), 'emp00090' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', 'DQN1313964', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '638940748406420456', GETDATE(), 'emp00090' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'UBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupMemberRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 21/09/2025 08:42:10 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: SELECT Count(1)AS Nos0 FROM GroupLoanMemberDetail WHERE MemberId='M106000485' ; String sql: INSERT INTO GroupLoanMemberDetail ( BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberFormNo, IdType, MemberId, MemberJoinDate, MemberSalutation, MemberName, GuardianSalutation, MemberGuardianName, MemberGender, MemberDOB, MemberAge, MemberMobileNo, MemberMobileVerified, MemberOccupation, MemberAnnualIncome, FamilyAnnualExpence, MemberAadharNo, MemberAadharVerified, MemberPanNo, MemberPanVerified, MemberVoterIdNo, MemberVoterIdVerified, MemberDLNo, RationCard, ElectricityBill, NomineeSalutation, NomineeName, NomineeGuardianSalutation, NomineeGuardianName, NomineeRelation, NomineeGender, NomineeDOB, NomineeAge, NomineeAadharNo, NomineeAadharVerified, NomineeVoterIdNo, NomineeVoterIdVerified, NomineePANNo, NomineePANVerified, NomineeOccupation, NomineeAnnualIncome, NomineeMobileNo, NomineeMobileVerified, MemberProfileStatus, MemberAddress, MemberLatitude, MemberLongitude, EntryUser, EntryTime ) VALUES ( '106', 'Bhore', 'EMP00060', 'PAPPU KUMAR', '106021', 'DHANA CHAPAR', 'Group1', '', 'Software', 'M106000485', '9/21/2025 12:00:00 AM', 'Mrs.', 'sairun naisa', 'W/O', 'salim miyan', 'Female', '9/21/1972 12:00:00 AM', '53', '7464006938', '', 'COW', '0', '0', '403962789380', '403962789380', '', '', 'YTH3530383', 'YTH3530383', '', '', '', 'Mr.', 'Salim Miya', 'S/O', 'Aliyar Miya', 'Husband', 'Male', '10/12/1969 12:00:00 AM', '55', '928047836692', '928047836692', 'DQN1313964', 'DQN1313964', '', '', 'fitter', '0', '8521478696', '', 'Approved', 'dhana chapar hussepur', '', '', 'emp00090', GETDATE() ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, LocationType, PermanentAddress, PermanentDistrictId, PermanentDistrictName, PermanentStateId, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M106000485', 'sairun naisa', 'Active', 'Active', 'Active', 'Active', 'TQAxADAANgAwADAAMAA0ADgANQA=', 'Hindu', 'OBC', 'Married', 'COW', '15000', 'Saving', 'UBIN', 'Union Bank Of India', '764102120008126', 'UBIN0576417', 'SemiUrban', 'dhana chapar hussepur', '', '', '', '', '841426', '9/21/2025 12:00:00 AM', 'emp00090', GETDATE(), 'GRTApproved', 'EMP00060', 'PAPPU KUMAR', 'EMP00060', 'PAPPU KUMAR', 'emp00090', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', '403962789380', 'Not Mapped', 'FEMALE', 'Bihar', '50-60', 'Y', '638940838237902624', GETDATE(), 'emp00090' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', '928047836692', 'Not Mapped', 'MALE', 'Bihar', '50-60', 'Y', '638940839251707527', GETDATE(), 'emp00090' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', 'YTH3530383', 'sairun naisa', 'salim miyan', 'H', 'F', 'GOPALGANJ', 'Bhorey', 'Gopalganj (SC)', 'Bihar', 'YTH3530383', '', '53', '325', '382', 'MADHYA VIDYALAY NONIYACHHAPAR', 'Madhy Vidhaly Noniyachhapar Baya Bhag', '04-10-2024', '0.0,0.0', '???? ?????', '', '', '1', '', '????? ????', '', '', '103', 'S04', '', '', '638940838579465624', GETDATE(), 'emp00090' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', 'DQN1313964', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '638940839511394904', GETDATE(), 'emp00090' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'UBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupMemberRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 21/09/2025 08:42:23 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: SELECT Count(1)AS Nos0 FROM GroupLoanMemberDetail WHERE MemberId='M106000485' ; String sql: INSERT INTO GroupLoanMemberDetail ( BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberFormNo, IdType, MemberId, MemberJoinDate, MemberSalutation, MemberName, GuardianSalutation, MemberGuardianName, MemberGender, MemberDOB, MemberAge, MemberMobileNo, MemberMobileVerified, MemberOccupation, MemberAnnualIncome, FamilyAnnualExpence, MemberAadharNo, MemberAadharVerified, MemberPanNo, MemberPanVerified, MemberVoterIdNo, MemberVoterIdVerified, MemberDLNo, RationCard, ElectricityBill, NomineeSalutation, NomineeName, NomineeGuardianSalutation, NomineeGuardianName, NomineeRelation, NomineeGender, NomineeDOB, NomineeAge, NomineeAadharNo, NomineeAadharVerified, NomineeVoterIdNo, NomineeVoterIdVerified, NomineePANNo, NomineePANVerified, NomineeOccupation, NomineeAnnualIncome, NomineeMobileNo, NomineeMobileVerified, MemberProfileStatus, MemberAddress, MemberLatitude, MemberLongitude, EntryUser, EntryTime ) VALUES ( '106', 'Bhore', 'EMP00060', 'PAPPU KUMAR', '106021', 'DHANA CHAPAR', 'Group1', '', 'Software', 'M106000485', '9/21/2025 12:00:00 AM', 'Mrs.', 'sairun naisa', 'W/O', 'salim miyan', 'Female', '9/21/1972 12:00:00 AM', '53', '7464006938', '', 'COW', '0', '0', '403962789380', '403962789380', '', '', 'YTH3530383', 'YTH3530383', '', '', '', 'Mr.', 'Salim Miya', 'S/O', 'Aliyar Miya', 'Husband', 'Male', '10/12/1969 12:00:00 AM', '55', '928047836692', '928047836692', 'DQN1313964', 'DQN1313964', '', '', 'fitter', '0', '8521478696', '', 'Approved', 'dhana chapar hussepur', '', '', 'emp00090', GETDATE() ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, LocationType, PermanentAddress, PermanentDistrictId, PermanentDistrictName, PermanentStateId, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M106000485', 'sairun naisa', 'Active', 'Active', 'Active', 'Active', 'TQAxADAANgAwADAAMAA0ADgANQA=', 'Hindu', 'OBC', 'Married', 'COW', '15000', 'Saving', 'UBIN', 'Union Bank Of India', '764102120008126', 'UBIN0576417', 'SemiUrban', 'dhana chapar hussepur', '', '', '', '', '841426', '9/21/2025 12:00:00 AM', 'emp00090', GETDATE(), 'GRTApproved', 'EMP00060', 'PAPPU KUMAR', 'EMP00060', 'PAPPU KUMAR', 'emp00090', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', '403962789380', 'Not Mapped', 'FEMALE', 'Bihar', '50-60', 'Y', '638940838237902624', GETDATE(), 'emp00090' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', '928047836692', 'Not Mapped', 'MALE', 'Bihar', '50-60', 'Y', '638940839251707527', GETDATE(), 'emp00090' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', 'YTH3530383', 'sairun naisa', 'salim miyan', 'H', 'F', 'GOPALGANJ', 'Bhorey', 'Gopalganj (SC)', 'Bihar', 'YTH3530383', '', '53', '325', '382', 'MADHYA VIDYALAY NONIYACHHAPAR', 'Madhy Vidhaly Noniyachhapar Baya Bhag', '04-10-2024', '0.0,0.0', '???? ?????', '', '', '1', '', '????? ????', '', '', '103', 'S04', '', '', '638940838579465624', GETDATE(), 'emp00090' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', 'DQN1313964', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '638940839511394904', GETDATE(), 'emp00090' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'UBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupMemberRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 21/09/2025 10:00:16 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: SELECT Count(1)AS Nos0 FROM GroupLoanMemberDetail WHERE MemberId='M106000485' ; String sql: INSERT INTO GroupLoanMemberDetail ( BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberFormNo, IdType, MemberId, MemberJoinDate, MemberSalutation, MemberName, GuardianSalutation, MemberGuardianName, MemberGender, MemberDOB, MemberAge, MemberMobileNo, MemberMobileVerified, MemberOccupation, MemberAnnualIncome, FamilyAnnualExpence, MemberAadharNo, MemberAadharVerified, MemberPanNo, MemberPanVerified, MemberVoterIdNo, MemberVoterIdVerified, MemberDLNo, RationCard, ElectricityBill, NomineeSalutation, NomineeName, NomineeGuardianSalutation, NomineeGuardianName, NomineeRelation, NomineeGender, NomineeDOB, NomineeAge, NomineeAadharNo, NomineeAadharVerified, NomineeVoterIdNo, NomineeVoterIdVerified, NomineePANNo, NomineePANVerified, NomineeOccupation, NomineeAnnualIncome, NomineeMobileNo, NomineeMobileVerified, MemberProfileStatus, MemberAddress, MemberLatitude, MemberLongitude, EntryUser, EntryTime ) VALUES ( '106', 'Bhore', 'EMP00060', 'PAPPU KUMAR', '106021', 'DHANA CHAPAR', 'Group1', '', 'Software', 'M106000485', '9/21/2025 12:00:00 AM', 'Mrs.', 'krishnavati devi', 'W/O', 'rajesh chaudhari', 'Female', '9/21/1988 12:00:00 AM', '37', '9771356216', '', 'House wife', '0', '0', '560583913291', '560583913291', '', '', 'YTH2309649', 'YTH2309649', '', '', '', 'Mr.', 'rajesh chaudhari', 'S/O', 'dhuran chaudhari', 'Husband', 'Male', '9/21/1986 12:00:00 AM', '39', '985195738620', '985195738620', 'YTH1090067', 'YTH1090067', '', '', 'Welding', '0', '7845133690', '', 'Approved', 'Dhana Chapar Husepur', '', '', 'emp00060', GETDATE() ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, LocationType, PermanentAddress, PermanentDistrictId, PermanentDistrictName, PermanentStateId, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M106000485', 'krishnavati devi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAANgAwADAAMAA0ADgANQA=', 'Hindu', 'OBC', 'Married', 'Cow', '15000.0', 'Saving', 'SBIN', 'State Bank Of India', '36059820214', 'SBIN0006685', 'SemiUrban', 'Dhana Chapar Husepur', '', '', '', '', '841426', '9/21/2025 12:00:00 AM', 'emp00060', GETDATE(), 'GRTApproved', 'EMP00060', 'PAPPU KUMAR', 'EMP00060', 'PAPPU KUMAR', 'emp00060', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', '560583913291', '*******216', 'FEMALE', 'Bihar', '40-50', 'Y', '638940884850104989', GETDATE(), 'emp00060' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', '985195738620', 'Not Mapped', 'MALE', 'Bihar', '40-50', 'Y', '638940886365606396', GETDATE(), 'emp00060' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', 'YTH2309649', 'krishnavati devi', 'rajesh chaudhari', 'H', 'F', 'GOPALGANJ', 'Bhorey', 'Gopalganj (SC)', 'Bihar', 'YTH2309649', '', '37', '325', '446', 'MADHYA VIDYALAY NONIYACHHAPAR', 'Madhy Vidhaly Noniyachhapar Baya Bhag', '', '0.0,0.0', 'राजेश चौधरी', '', '', '1', '', 'कृष्‍णावती देवी', '', '', '103', 'S04', '', '', '638940885257292486', GETDATE(), 'emp00060' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', 'YTH1090067', 'rajesh chaudhari', 'dhuran chaudhari', 'F', 'M', 'GOPALGANJ', 'Bhorey', 'Gopalganj (SC)', 'Bihar', 'YTH1090067', '', '39', '325', '444', 'MADHYA VIDYALAY NONIYACHHAPAR', 'Madhy Vidhaly Noniyachhapar Baya Bhag', '', '0.0,0.0', 'धुरण चौधरी', '', '', '1', '', 'राजेश चौधरी', '', '', '103', 'S04', '20', '', '638940886880973529', GETDATE(), 'emp00060' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'SBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupMemberRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 21/09/2025 10:23:29 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: SELECT Count(1)AS Nos0 FROM GroupLoanMemberDetail WHERE MemberId='M106000485' ; String sql: INSERT INTO GroupLoanMemberDetail ( BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberFormNo, IdType, MemberId, MemberJoinDate, MemberSalutation, MemberName, GuardianSalutation, MemberGuardianName, MemberGender, MemberDOB, MemberAge, MemberMobileNo, MemberMobileVerified, MemberOccupation, MemberAnnualIncome, FamilyAnnualExpence, MemberAadharNo, MemberAadharVerified, MemberPanNo, MemberPanVerified, MemberVoterIdNo, MemberVoterIdVerified, MemberDLNo, RationCard, ElectricityBill, NomineeSalutation, NomineeName, NomineeGuardianSalutation, NomineeGuardianName, NomineeRelation, NomineeGender, NomineeDOB, NomineeAge, NomineeAadharNo, NomineeAadharVerified, NomineeVoterIdNo, NomineeVoterIdVerified, NomineePANNo, NomineePANVerified, NomineeOccupation, NomineeAnnualIncome, NomineeMobileNo, NomineeMobileVerified, MemberProfileStatus, MemberAddress, MemberLatitude, MemberLongitude, EntryUser, EntryTime ) VALUES ( '106', 'Bhore', 'EMP00060', 'PAPPU KUMAR', '106021', 'DHANA CHAPAR', 'Group1', '', 'Software', 'M106000485', '9/21/2025 12:00:00 AM', 'Mrs.', 'krishnavati devi', 'W/O', 'rajesh chaudhari', 'Female', '9/21/1988 12:00:00 AM', '37', '9771356216', '', 'House wife', '0', '0', '560583913291', '560583913291', '', '', 'YTH2309649', 'YTH2309649', '', '', '', 'Mr.', 'rajesh chaudhari', 'S/O', 'dhuran chaudhari', 'Husband', 'Male', '9/21/1986 12:00:00 AM', '39', '985195738620', '985195738620', 'YTH1090067', 'YTH1090067', '', '', 'Welding', '0', '7845133690', '', 'Approved', 'Dhana Chapar Husepur', '', '', 'emp00060', GETDATE() ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, LocationType, PermanentAddress, PermanentDistrictId, PermanentDistrictName, PermanentStateId, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M106000485', 'krishnavati devi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAANgAwADAAMAA0ADgANQA=', 'Hindu', 'OBC', 'Married', 'Cow', '15000.0', 'Saving', 'SBIN', 'State Bank Of India', '36059820214', 'SBIN0006685', 'SemiUrban', 'Dhana Chapar Husepur', '', '', '', '', '841426', '9/21/2025 12:00:00 AM', 'emp00060', GETDATE(), 'GRTApproved', 'EMP00060', 'PAPPU KUMAR', 'EMP00060', 'PAPPU KUMAR', 'emp00060', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', '560583913291', '*******216', 'FEMALE', 'Bihar', '40-50', 'Y', '638940884850104989', GETDATE(), 'emp00060' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', '985195738620', 'Not Mapped', 'MALE', 'Bihar', '40-50', 'Y', '638940886365606396', GETDATE(), 'emp00060' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', 'YTH2309649', 'krishnavati devi', 'rajesh chaudhari', 'H', 'F', 'GOPALGANJ', 'Bhorey', 'Gopalganj (SC)', 'Bihar', 'YTH2309649', '', '37', '325', '446', 'MADHYA VIDYALAY NONIYACHHAPAR', 'Madhy Vidhaly Noniyachhapar Baya Bhag', '', '0.0,0.0', 'राजेश चौधरी', '', '', '1', '', 'कृष्‍णावती देवी', '', '', '103', 'S04', '', '', '638940885257292486', GETDATE(), 'emp00060' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', 'YTH1090067', 'rajesh chaudhari', 'dhuran chaudhari', 'F', 'M', 'GOPALGANJ', 'Bhorey', 'Gopalganj (SC)', 'Bihar', 'YTH1090067', '', '39', '325', '444', 'MADHYA VIDYALAY NONIYACHHAPAR', 'Madhy Vidhaly Noniyachhapar Baya Bhag', '', '0.0,0.0', 'धुरण चौधरी', '', '', '1', '', 'राजेश चौधरी', '', '', '103', 'S04', '20', '', '638940886880973529', GETDATE(), 'emp00060' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'SBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupMemberRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 21/09/2025 10:23:36 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: SELECT Count(1)AS Nos0 FROM GroupLoanMemberDetail WHERE MemberId='M106000485' ; String sql: INSERT INTO GroupLoanMemberDetail ( BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberFormNo, IdType, MemberId, MemberJoinDate, MemberSalutation, MemberName, GuardianSalutation, MemberGuardianName, MemberGender, MemberDOB, MemberAge, MemberMobileNo, MemberMobileVerified, MemberOccupation, MemberAnnualIncome, FamilyAnnualExpence, MemberAadharNo, MemberAadharVerified, MemberPanNo, MemberPanVerified, MemberVoterIdNo, MemberVoterIdVerified, MemberDLNo, RationCard, ElectricityBill, NomineeSalutation, NomineeName, NomineeGuardianSalutation, NomineeGuardianName, NomineeRelation, NomineeGender, NomineeDOB, NomineeAge, NomineeAadharNo, NomineeAadharVerified, NomineeVoterIdNo, NomineeVoterIdVerified, NomineePANNo, NomineePANVerified, NomineeOccupation, NomineeAnnualIncome, NomineeMobileNo, NomineeMobileVerified, MemberProfileStatus, MemberAddress, MemberLatitude, MemberLongitude, EntryUser, EntryTime ) VALUES ( '106', 'Bhore', 'EMP00060', 'PAPPU KUMAR', '106021', 'DHANA CHAPAR', 'Group1', '', 'Software', 'M106000485', '9/21/2025 12:00:00 AM', 'Mrs.', 'krishnavati devi', 'W/O', 'rajesh chaudhari', 'Female', '9/21/1988 12:00:00 AM', '37', '9771356216', '', 'House wife', '0', '0', '560583913291', '560583913291', '', '', 'YTH2309649', 'YTH2309649', '', '', '', 'Mr.', 'rajesh chaudhari', 'S/O', 'dhuran chaudhari', 'Husband', 'Male', '9/21/1986 12:00:00 AM', '39', '985195738620', '985195738620', 'YTH1090067', 'YTH1090067', '', '', 'Welding', '0', '7845133690', '', 'Approved', 'Dhana Chapar Husepur', '', '', 'emp00060', GETDATE() ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, LocationType, PermanentAddress, PermanentDistrictId, PermanentDistrictName, PermanentStateId, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M106000485', 'krishnavati devi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAANgAwADAAMAA0ADgANQA=', 'Hindu', 'OBC', 'Married', 'Cow', '15000.0', 'Saving', 'SBIN', 'State Bank Of India', '36059820214', 'SBIN0006685', 'SemiUrban', 'Dhana Chapar Husepur', '', '', '', '', '841426', '9/21/2025 12:00:00 AM', 'emp00060', GETDATE(), 'GRTApproved', 'EMP00060', 'PAPPU KUMAR', 'EMP00060', 'PAPPU KUMAR', 'emp00060', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', '560583913291', '*******216', 'FEMALE', 'Bihar', '40-50', 'Y', '638940884850104989', GETDATE(), 'emp00060' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', '985195738620', 'Not Mapped', 'MALE', 'Bihar', '40-50', 'Y', '638940886365606396', GETDATE(), 'emp00060' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', 'YTH2309649', 'krishnavati devi', 'rajesh chaudhari', 'H', 'F', 'GOPALGANJ', 'Bhorey', 'Gopalganj (SC)', 'Bihar', 'YTH2309649', '', '37', '325', '446', 'MADHYA VIDYALAY NONIYACHHAPAR', 'Madhy Vidhaly Noniyachhapar Baya Bhag', '', '0.0,0.0', 'राजेश चौधरी', '', '', '1', '', 'कृष्‍णावती देवी', '', '', '103', 'S04', '', '', '638940885257292486', GETDATE(), 'emp00060' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', 'YTH1090067', 'rajesh chaudhari', 'dhuran chaudhari', 'F', 'M', 'GOPALGANJ', 'Bhorey', 'Gopalganj (SC)', 'Bihar', 'YTH1090067', '', '39', '325', '444', 'MADHYA VIDYALAY NONIYACHHAPAR', 'Madhy Vidhaly Noniyachhapar Baya Bhag', '', '0.0,0.0', 'धुरण चौधरी', '', '', '1', '', 'राजेश चौधरी', '', '', '103', 'S04', '20', '', '638940886880973529', GETDATE(), 'emp00060' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'SBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupMemberRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 21/09/2025 10:23:43 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: SELECT Count(1)AS Nos0 FROM GroupLoanMemberDetail WHERE MemberId='M106000485' ; String sql: INSERT INTO GroupLoanMemberDetail ( BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberFormNo, IdType, MemberId, MemberJoinDate, MemberSalutation, MemberName, GuardianSalutation, MemberGuardianName, MemberGender, MemberDOB, MemberAge, MemberMobileNo, MemberMobileVerified, MemberOccupation, MemberAnnualIncome, FamilyAnnualExpence, MemberAadharNo, MemberAadharVerified, MemberPanNo, MemberPanVerified, MemberVoterIdNo, MemberVoterIdVerified, MemberDLNo, RationCard, ElectricityBill, NomineeSalutation, NomineeName, NomineeGuardianSalutation, NomineeGuardianName, NomineeRelation, NomineeGender, NomineeDOB, NomineeAge, NomineeAadharNo, NomineeAadharVerified, NomineeVoterIdNo, NomineeVoterIdVerified, NomineePANNo, NomineePANVerified, NomineeOccupation, NomineeAnnualIncome, NomineeMobileNo, NomineeMobileVerified, MemberProfileStatus, MemberAddress, MemberLatitude, MemberLongitude, EntryUser, EntryTime ) VALUES ( '106', 'Bhore', 'EMP00060', 'PAPPU KUMAR', '106021', 'DHANA CHAPAR', 'Group1', '', 'Software', 'M106000485', '9/21/2025 12:00:00 AM', 'Mrs.', 'krishnavati devi', 'W/O', 'rajesh chaudhari', 'Female', '9/21/1988 12:00:00 AM', '37', '9771356216', '', 'House wife', '0', '0', '560583913291', '560583913291', '', '', 'YTH2309649', 'YTH2309649', '', '', '', 'Mr.', 'rajesh chaudhari', 'S/O', 'dhuran chaudhari', 'Husband', 'Male', '9/21/1986 12:00:00 AM', '39', '985195738620', '985195738620', 'YTH1090067', 'YTH1090067', '', '', 'Welding', '0', '7845133690', '', 'Approved', 'Dhana Chapar Husepur', '', '', 'emp00060', GETDATE() ) ; INSERT INTO GroupLoanMemberNominee ( MemberId, MemberName, MemberLoanStatus, MemberLoginStatus, MemberWebLogin, MemberAppLogin, MemberPassword, MemberReligion, MemberCategory, MemberMaritalStatus, LoanPurpose, LoanAmount, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, LocationType, PermanentAddress, PermanentDistrictId, PermanentDistrictName, PermanentStateId, PermanentStateName, PermanentPinCode, GroupJoinDate, GroupUser, GroupTime, GroupStatus, CGTOfficerId, CGTOfficerName, GRTOfficerId, GRTOfficerName, EntryUser, EntryTime ) VALUES ( 'M106000485', 'krishnavati devi', 'Active', 'Active', 'Active', 'Active', 'TQAxADAANgAwADAAMAA0ADgANQA=', 'Hindu', 'OBC', 'Married', 'Cow', '15000.0', 'Saving', 'SBIN', 'State Bank Of India', '36059820214', 'SBIN0006685', 'SemiUrban', 'Dhana Chapar Husepur', '', '', '', '', '841426', '9/21/2025 12:00:00 AM', 'emp00060', GETDATE(), 'GRTApproved', 'EMP00060', 'PAPPU KUMAR', 'EMP00060', 'PAPPU KUMAR', 'emp00060', GETDATE() ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', '560583913291', '*******216', 'FEMALE', 'Bihar', '40-50', 'Y', '638940884850104989', GETDATE(), 'emp00060' ) ; INSERT INTO AadharNoVerification ( UserType, MemberId, AadharNo, mobile, gender, state, ageBand, isIssued, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', '985195738620', 'Not Mapped', 'MALE', 'Bihar', '40-50', 'Y', '638940886365606396', GETDATE(), 'emp00060' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Member', 'M106000485', 'YTH2309649', 'krishnavati devi', 'rajesh chaudhari', 'H', 'F', 'GOPALGANJ', 'Bhorey', 'Gopalganj (SC)', 'Bihar', 'YTH2309649', '', '37', '325', '446', 'MADHYA VIDYALAY NONIYACHHAPAR', 'Madhy Vidhaly Noniyachhapar Baya Bhag', '', '0.0,0.0', 'राजेश चौधरी', '', '', '1', '', 'कृष्‍णावती देवी', '', '', '103', 'S04', '', '', '638940885257292486', GETDATE(), 'emp00060' ) ; INSERT INTO VoterIdVerification ( UserType, MemberId, VoterId, name, rlnName, rlnType, gender, district, acName, pcName, state, epicNo, dob, age, partNo, slNoInPart, psName, partName, lastUpdate, psLatLong, rlnNameV1, rlnNameV2, rlnNameV3, sectionNo, id, nameV1, nameV2, nameV3, acNo, stCode, houseNo, pin, CaseId, EntryTime, EntryUser ) VALUES ( 'Nominee', 'M106000485', 'YTH1090067', 'rajesh chaudhari', 'dhuran chaudhari', 'F', 'M', 'GOPALGANJ', 'Bhorey', 'Gopalganj (SC)', 'Bihar', 'YTH1090067', '', '39', '325', '444', 'MADHYA VIDYALAY NONIYACHHAPAR', 'Madhy Vidhaly Noniyachhapar Baya Bhag', '', '0.0,0.0', 'धुरण चौधरी', '', '', '1', '', 'राजेश चौधरी', '', '', '103', 'S04', '20', '', '638940886880973529', GETDATE(), 'emp00060' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'SBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupMemberRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 21/09/2025 11:27:14 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/09/2025 11:27:14 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/09/2025 11:28:10 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/09/2025 11:28:10 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/09/2025 11:28:56 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/09/2025 11:28:56 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/09/2025 11:29:51 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/09/2025 11:29:51 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/09/2025 09:23:03 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/09/2025 09:23:03 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/09/2025 09:23:38 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/09/2025 09:23:38 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/09/2025 09:24:17 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/09/2025 09:24:17 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/09/2025 10:16:07 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/09/2025 10:16:07 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/09/2025 10:20:00 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/09/2025 10:20:00 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/09/2025 10:33:44 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/09/2025 10:41:13 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/09/2025 10:41:13 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/09/2025 10:43:51 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/09/2025 11:01:08 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/09/2025 11:01:08 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/09/2025 11:44:11 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/09/2025 11:44:11 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/09/2025 11:57:37 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/09/2025 11:57:37 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/09/2025 12:25:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/09/2025 12:25:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/09/2025 01:26:10 PM PageName: LoanOfficerLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/09/2025 01:26:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/09/2025 01:26:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/09/2025 01:28:46 PM PageName: DataTableResult String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00053' AND a.MeetingType='Weekly' AND a.TransferDate='9/22/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'NewCenterOfficerId'. Invalid column name 'TransferDate'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 01:28:46 PM PageName: LoanOfficer_GroupLoanAllocatedCenterMeeting String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00053' AND a.MeetingType='Weekly' AND a.TransferDate='9/22/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fl4ak2fe StackTrace: at LoanOfficer_GroupLoanAllocatedCenterMeeting.FillOfficer() TargetSite: Void FillOfficer() Time: 22/09/2025 01:30:54 PM PageName: LoanOfficerLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/09/2025 01:55:23 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05027:01:12:03:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 01:55:23 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05027:01:12:03:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 22/09/2025 01:55:37 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05027:01:12'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 01:55:37 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05027:01:12'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 22/09/2025 01:56:45 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05027:01:12'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 01:56:45 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05027:01:12'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 22/09/2025 01:57:17 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05027:01:12'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 01:57:17 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05027:01:12'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 22/09/2025 01:57:30 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05027:01:12'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 01:57:30 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:05027:01:12'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 22/09/2025 03:13:59 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WITH(nolock) WHERE ApplicationId='GA10001416' ; String sql: INSERT INTO GroupLoanAccount ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, NomineeName, NomineeDOB, NomineeAge, NomineeRelation, NomineeAddress, LoanFormNo, LoanStatus, LoanCycle, GLoanType, GLoanTypeNo, GLoanTypeName, LoanTerm, LoanTermMode, InterestRate, InterestMethod, LoanPurpose, ApplicationId, ApplicationAmount, ApplicationDate, ApplicationRemark, ApplicationDoc1, ApplicationDoc2, ApplicationEntryUser, ApplicationEntryTime, ProcessingFee, ProcessingGST, InsuranceFee, InsuranceGST, OtherFee, OtherGST, SecurityFee, ServiceTax, TotalFee, LoanAmount, DownPayment, RDAmount, FDAmount, FirstEMIPaid, TotalAmount, TotalInterest, EMIAmount ) VALUES ( '105', 'Gopalganj', 'EMP00062', 'Indrajeet Dubey', 'N2:01:05025', 'HARAKHUA TURKAHA POKHARA', 'Group', 'N2:01:05025:01:04', 'SAFINA KHATUN', '6325487777', '9771956178', 'CBIN', 'Central Bank Of India', 'GOPALGANJ', 'Saving', '2310101319355', 'CNRB0002310', 'TAJODIN AHAMAD', '1/1/1984 12:00:00 AM', '41', 'Husband', '', '', 'LoanApplied', '1', 'Group Loan', 'GL20000*22*1100', 'Group Loan 20000 22 Week 1100 EMI', '22', 'Weekly', '89.610340', 'EquatedEMI', 'Bufflalo', 'GA10001416', '20000.00', '9/22/2025 12:00:00 AM', 'GOOD CLINT', '', '', 'emp00038', GETDATE(), '1000', '0', '0', '0', '500', '0', '0', '0', '1500', '20000.00', '0', '0', '0', 'NO', '20000', '4200.00', '1100.00' ) ; UPDATE GroupLoanMemberNominee SET BankAccountType='Saving', MemberBankId='CBIN', MemberBankName='Central Bank Of India', BankAccountNo='2310101319355', BankIFSCCode='CNRB0002310', BankBranchName='GOPALGANJ' WHERE MemberId='N2:01:05025:01:04' ; INSERT INTO BankAccountVerification ( MemberId, ApplicationId, AccountNo, IFSCCode, bankTxnStatus, accountNumber, ifsc, accountName, bankResponse, EntryTime, EntryUser ) VALUES ( 'N2:01:05025:01:04', 'GA10001416', '2310101319355', 'CNRB0002310', 'True', '2310101319355', 'CNRB0002310', 'SAFINA KHATUN', 'SUCCESSFUL TRANSACTION', GETDATE(), 'emp00038' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'CBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanApplicationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 03:14:24 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WITH(nolock) WHERE ApplicationId='GA10001416' ; String sql: INSERT INTO GroupLoanAccount ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, NomineeName, NomineeDOB, NomineeAge, NomineeRelation, NomineeAddress, LoanFormNo, LoanStatus, LoanCycle, GLoanType, GLoanTypeNo, GLoanTypeName, LoanTerm, LoanTermMode, InterestRate, InterestMethod, LoanPurpose, ApplicationId, ApplicationAmount, ApplicationDate, ApplicationRemark, ApplicationDoc1, ApplicationDoc2, ApplicationEntryUser, ApplicationEntryTime, ProcessingFee, ProcessingGST, InsuranceFee, InsuranceGST, OtherFee, OtherGST, SecurityFee, ServiceTax, TotalFee, LoanAmount, DownPayment, RDAmount, FDAmount, FirstEMIPaid, TotalAmount, TotalInterest, EMIAmount ) VALUES ( '105', 'Gopalganj', 'EMP00062', 'Indrajeet Dubey', 'N2:01:05025', 'HARAKHUA TURKAHA POKHARA', 'Group', 'N2:01:05025:01:04', 'SAFINA KHATUN', '6325487777', '9771956178', 'CBIN', 'Central Bank Of India', 'GOPALGANJ', 'Saving', '2310101319355', 'CNRB0002310', 'TAJODIN AHAMAD', '1/1/1984 12:00:00 AM', '41', 'Husband', '', '', 'LoanApplied', '1', 'Group Loan', 'GL20000*22*1100', 'Group Loan 20000 22 Week 1100 EMI', '22', 'Weekly', '89.610340', 'EquatedEMI', 'Bufflalo', 'GA10001416', '20000.00', '9/22/2025 12:00:00 AM', 'GOOD CLINT', '', '', 'emp00038', GETDATE(), '1000', '0', '0', '0', '500', '0', '0', '0', '1500', '20000.00', '0', '0', '0', 'NO', '20000', '4200.00', '1100.00' ) ; UPDATE GroupLoanMemberNominee SET BankAccountType='Saving', MemberBankId='CBIN', MemberBankName='Central Bank Of India', BankAccountNo='2310101319355', BankIFSCCode='CNRB0002310', BankBranchName='GOPALGANJ' WHERE MemberId='N2:01:05025:01:04' ; INSERT INTO BankAccountVerification ( MemberId, ApplicationId, AccountNo, IFSCCode, bankTxnStatus, accountNumber, ifsc, accountName, bankResponse, EntryTime, EntryUser ) VALUES ( 'N2:01:05025:01:04', 'GA10001416', '2310101319355', 'CNRB0002310', 'True', '2310101319355', 'CNRB0002310', 'SAFINA KHATUN', 'SUCCESSFUL TRANSACTION', GETDATE(), 'emp00038' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'CBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanApplicationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 03:14:52 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WITH(nolock) WHERE ApplicationId='GA10001416' ; String sql: INSERT INTO GroupLoanAccount ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, NomineeName, NomineeDOB, NomineeAge, NomineeRelation, NomineeAddress, LoanFormNo, LoanStatus, LoanCycle, GLoanType, GLoanTypeNo, GLoanTypeName, LoanTerm, LoanTermMode, InterestRate, InterestMethod, LoanPurpose, ApplicationId, ApplicationAmount, ApplicationDate, ApplicationRemark, ApplicationDoc1, ApplicationDoc2, ApplicationEntryUser, ApplicationEntryTime, ProcessingFee, ProcessingGST, InsuranceFee, InsuranceGST, OtherFee, OtherGST, SecurityFee, ServiceTax, TotalFee, LoanAmount, DownPayment, RDAmount, FDAmount, FirstEMIPaid, TotalAmount, TotalInterest, EMIAmount ) VALUES ( '105', 'Gopalganj', 'EMP00062', 'Indrajeet Dubey', 'N2:01:05025', 'HARAKHUA TURKAHA POKHARA', 'Group', 'N2:01:05025:01:04', 'SAFINA KHATUN', '6325487777', '9771956178', 'CBIN', 'Central Bank Of India', 'GOPALGANJ', 'Saving', '2310101319355', 'CNRB0002310', 'TAJODIN AHAMAD', '1/1/1984 12:00:00 AM', '41', 'Husband', '', '', 'LoanApplied', '1', 'Group Loan', 'GL20000*22*1100', 'Group Loan 20000 22 Week 1100 EMI', '22', 'Weekly', '89.610340', 'EquatedEMI', 'Bufflalo', 'GA10001416', '20000.00', '9/22/2025 12:00:00 AM', 'GOOD CLINT', '', '', 'emp00038', GETDATE(), '1000', '0', '0', '0', '500', '0', '0', '0', '1500', '20000.00', '0', '0', '0', 'NO', '20000', '4200.00', '1100.00' ) ; UPDATE GroupLoanMemberNominee SET BankAccountType='Saving', MemberBankId='CBIN', MemberBankName='Central Bank Of India', BankAccountNo='2310101319355', BankIFSCCode='CNRB0002310', BankBranchName='GOPALGANJ' WHERE MemberId='N2:01:05025:01:04' ; INSERT INTO BankAccountVerification ( MemberId, ApplicationId, AccountNo, IFSCCode, bankTxnStatus, accountNumber, ifsc, accountName, bankResponse, EntryTime, EntryUser ) VALUES ( 'N2:01:05025:01:04', 'GA10001416', '2310101319355', 'CNRB0002310', 'True', '2310101319355', 'CNRB0002310', 'SAFINA KHATUN', 'SUCCESSFUL TRANSACTION', GETDATE(), 'emp00038' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'CBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanApplicationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 03:41:21 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WITH(nolock) WHERE ApplicationId='GA10001416' ; String sql: INSERT INTO GroupLoanAccount ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, NomineeName, NomineeDOB, NomineeAge, NomineeRelation, NomineeAddress, LoanFormNo, LoanStatus, LoanCycle, GLoanType, GLoanTypeNo, GLoanTypeName, LoanTerm, LoanTermMode, InterestRate, InterestMethod, LoanPurpose, ApplicationId, ApplicationAmount, ApplicationDate, ApplicationRemark, ApplicationDoc1, ApplicationDoc2, ApplicationEntryUser, ApplicationEntryTime, ProcessingFee, ProcessingGST, InsuranceFee, InsuranceGST, OtherFee, OtherGST, SecurityFee, ServiceTax, TotalFee, LoanAmount, DownPayment, RDAmount, FDAmount, FirstEMIPaid, TotalAmount, TotalInterest, EMIAmount ) VALUES ( '105', 'Gopalganj', 'EMP00062', 'Indrajeet Dubey', 'N2:01:05025', 'HARAKHUA TURKAHA POKHARA', 'Group', 'N2:01:05025:01:04', 'SAFINA KHATUN', '6325487777', '9771956178', 'CNRB', 'Canara Bank', 'GOPALGANJ', 'Saving', '2310101319355', 'CNRB0002310', 'TAJODIN AHAMAD', '1/1/1984 12:00:00 AM', '41', 'Husband', '', '', 'LoanApplied', '1', 'Group Loan', 'GL20000*22*1100', 'Group Loan 20000 22 Week 1100 EMI', '22', 'Weekly', '89.610340', 'EquatedEMI', 'Bufflalo', 'GA10001416', '20000.00', '9/22/2025 12:00:00 AM', '', '', '', 'emp00038', GETDATE(), '1000', '0', '0', '0', '500', '0', '0', '0', '1500', '20000.00', '0', '0', '0', 'NO', '20000', '4200.00', '1100.00' ) ; UPDATE GroupLoanMemberNominee SET BankAccountType='Saving', MemberBankId='CNRB', MemberBankName='Canara Bank', BankAccountNo='2310101319355', BankIFSCCode='CNRB0002310', BankBranchName='GOPALGANJ' WHERE MemberId='N2:01:05025:01:04' ; INSERT INTO BankAccountVerification ( MemberId, ApplicationId, AccountNo, IFSCCode, bankTxnStatus, accountNumber, ifsc, accountName, bankResponse, EntryTime, EntryUser ) VALUES ( 'N2:01:05025:01:04', 'GA10001416', '2310101319355', 'CNRB0002310', 'True', '2310101319355', 'CNRB0002310', 'SAFINA KHATUN', 'SUCCESSFUL TRANSACTION', GETDATE(), 'emp00038' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'CNRB' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanApplicationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 03:41:54 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WITH(nolock) WHERE ApplicationId='GA10001416' ; String sql: INSERT INTO GroupLoanAccount ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, NomineeName, NomineeDOB, NomineeAge, NomineeRelation, NomineeAddress, LoanFormNo, LoanStatus, LoanCycle, GLoanType, GLoanTypeNo, GLoanTypeName, LoanTerm, LoanTermMode, InterestRate, InterestMethod, LoanPurpose, ApplicationId, ApplicationAmount, ApplicationDate, ApplicationRemark, ApplicationDoc1, ApplicationDoc2, ApplicationEntryUser, ApplicationEntryTime, ProcessingFee, ProcessingGST, InsuranceFee, InsuranceGST, OtherFee, OtherGST, SecurityFee, ServiceTax, TotalFee, LoanAmount, DownPayment, RDAmount, FDAmount, FirstEMIPaid, TotalAmount, TotalInterest, EMIAmount ) VALUES ( '105', 'Gopalganj', 'EMP00062', 'Indrajeet Dubey', 'N2:01:05025', 'HARAKHUA TURKAHA POKHARA', 'Group', 'N2:01:05025:01:04', 'SAFINA KHATUN', '6325487777', '9771956178', 'CNRB', 'Canara Bank', 'GOPALGANJ', 'Saving', '2310101319355', 'CNRB0002310', 'TAJODIN AHAMAD', '1/1/1984 12:00:00 AM', '41', 'Husband', '', '', 'LoanApplied', '1', 'Group Loan', 'GL20000*22*1100', 'Group Loan 20000 22 Week 1100 EMI', '22', 'Weekly', '89.610340', 'EquatedEMI', 'Bufflalo', 'GA10001416', '20000.00', '9/22/2025 12:00:00 AM', 'GOOD CLINT', '', '', 'emp00038', GETDATE(), '1000', '0', '0', '0', '500', '0', '0', '0', '1500', '20000.00', '0', '0', '0', 'NO', '20000', '4200.00', '1100.00' ) ; UPDATE GroupLoanMemberNominee SET BankAccountType='Saving', MemberBankId='CNRB', MemberBankName='Canara Bank', BankAccountNo='2310101319355', BankIFSCCode='CNRB0002310', BankBranchName='GOPALGANJ' WHERE MemberId='N2:01:05025:01:04' ; INSERT INTO BankAccountVerification ( MemberId, ApplicationId, AccountNo, IFSCCode, bankTxnStatus, accountNumber, ifsc, accountName, bankResponse, EntryTime, EntryUser ) VALUES ( 'N2:01:05025:01:04', 'GA10001416', '2310101319355', 'CNRB0002310', 'True', '2310101319355', 'CNRB0002310', 'SAFINA KHATUN', 'SUCCESSFUL TRANSACTION', GETDATE(), 'emp00038' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'CNRB' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanApplicationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 03:41:57 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WITH(nolock) WHERE ApplicationId='GA10001416' ; String sql: INSERT INTO GroupLoanAccount ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, NomineeName, NomineeDOB, NomineeAge, NomineeRelation, NomineeAddress, LoanFormNo, LoanStatus, LoanCycle, GLoanType, GLoanTypeNo, GLoanTypeName, LoanTerm, LoanTermMode, InterestRate, InterestMethod, LoanPurpose, ApplicationId, ApplicationAmount, ApplicationDate, ApplicationRemark, ApplicationDoc1, ApplicationDoc2, ApplicationEntryUser, ApplicationEntryTime, ProcessingFee, ProcessingGST, InsuranceFee, InsuranceGST, OtherFee, OtherGST, SecurityFee, ServiceTax, TotalFee, LoanAmount, DownPayment, RDAmount, FDAmount, FirstEMIPaid, TotalAmount, TotalInterest, EMIAmount ) VALUES ( '105', 'Gopalganj', 'EMP00062', 'Indrajeet Dubey', 'N2:01:05025', 'HARAKHUA TURKAHA POKHARA', 'Group', 'N2:01:05025:01:04', 'SAFINA KHATUN', '6325487777', '9771956178', 'CNRB', 'Canara Bank', 'GOPALGANJ', 'Saving', '2310101319355', 'CNRB0002310', 'TAJODIN AHAMAD', '1/1/1984 12:00:00 AM', '41', 'Husband', '', '', 'LoanApplied', '1', 'Group Loan', 'GL20000*22*1100', 'Group Loan 20000 22 Week 1100 EMI', '22', 'Weekly', '89.610340', 'EquatedEMI', 'Bufflalo', 'GA10001416', '20000.00', '9/22/2025 12:00:00 AM', 'GOOD CLINT', '', '', 'emp00038', GETDATE(), '1000', '0', '0', '0', '500', '0', '0', '0', '1500', '20000.00', '0', '0', '0', 'NO', '20000', '4200.00', '1100.00' ) ; UPDATE GroupLoanMemberNominee SET BankAccountType='Saving', MemberBankId='CNRB', MemberBankName='Canara Bank', BankAccountNo='2310101319355', BankIFSCCode='CNRB0002310', BankBranchName='GOPALGANJ' WHERE MemberId='N2:01:05025:01:04' ; INSERT INTO BankAccountVerification ( MemberId, ApplicationId, AccountNo, IFSCCode, bankTxnStatus, accountNumber, ifsc, accountName, bankResponse, EntryTime, EntryUser ) VALUES ( 'N2:01:05025:01:04', 'GA10001416', '2310101319355', 'CNRB0002310', 'True', '2310101319355', 'CNRB0002310', 'SAFINA KHATUN', 'SUCCESSFUL TRANSACTION', GETDATE(), 'emp00038' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'CNRB' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanApplicationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 03:45:05 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WITH(nolock) WHERE ApplicationId='GA10001416' ; String sql: INSERT INTO GroupLoanAccount ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, NomineeName, NomineeDOB, NomineeAge, NomineeRelation, NomineeAddress, LoanFormNo, LoanStatus, LoanCycle, GLoanType, GLoanTypeNo, GLoanTypeName, LoanTerm, LoanTermMode, InterestRate, InterestMethod, LoanPurpose, ApplicationId, ApplicationAmount, ApplicationDate, ApplicationRemark, ApplicationDoc1, ApplicationDoc2, ApplicationEntryUser, ApplicationEntryTime, ProcessingFee, ProcessingGST, InsuranceFee, InsuranceGST, OtherFee, OtherGST, SecurityFee, ServiceTax, TotalFee, LoanAmount, DownPayment, RDAmount, FDAmount, FirstEMIPaid, TotalAmount, TotalInterest, EMIAmount ) VALUES ( '105', 'Gopalganj', 'EMP00062', 'Indrajeet Dubey', 'N2:01:05025', 'HARAKHUA TURKAHA POKHARA', 'Group', 'N2:01:05025:01:04', 'SAFINA KHATUN', '6325487777', '9771956178', 'CNRB', 'Canara Bank', 'GOPALGANJ', 'Saving', '2310101319355', 'CNRB0002310', 'TAJODIN AHAMAD', '1/1/1984 12:00:00 AM', '41', 'Husband', '', '', 'LoanApplied', '1', 'Group Loan', 'GL20000*22*1100', 'Group Loan 20000 22 Week 1100 EMI', '22', 'Weekly', '89.610340', 'EquatedEMI', 'Bufflalo', 'GA10001416', '20000.00', '9/22/2025 12:00:00 AM', 'GOOD CLINT', '', '', 'emp00038', GETDATE(), '1000', '0', '0', '0', '500', '0', '0', '0', '1500', '20000.00', '0', '0', '0', 'NO', '20000', '4200.00', '1100.00' ) ; UPDATE GroupLoanMemberNominee SET BankAccountType='Saving', MemberBankId='CNRB', MemberBankName='Canara Bank', BankAccountNo='2310101319355', BankIFSCCode='CNRB0002310', BankBranchName='GOPALGANJ' WHERE MemberId='N2:01:05025:01:04' ; INSERT INTO BankAccountVerification ( MemberId, ApplicationId, AccountNo, IFSCCode, bankTxnStatus, accountNumber, ifsc, accountName, bankResponse, EntryTime, EntryUser ) VALUES ( 'N2:01:05025:01:04', 'GA10001416', '2310101319355', 'CNRB0002310', 'True', '2310101319355', 'CNRB0002310', 'SAFINA KHATUN', 'SUCCESSFUL TRANSACTION', GETDATE(), 'emp00038' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'CNRB' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanApplicationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 03:45:51 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WITH(nolock) WHERE ApplicationId='GA10001416' ; String sql: INSERT INTO GroupLoanAccount ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, NomineeName, NomineeDOB, NomineeAge, NomineeRelation, NomineeAddress, LoanFormNo, LoanStatus, LoanCycle, GLoanType, GLoanTypeNo, GLoanTypeName, LoanTerm, LoanTermMode, InterestRate, InterestMethod, LoanPurpose, ApplicationId, ApplicationAmount, ApplicationDate, ApplicationRemark, ApplicationDoc1, ApplicationDoc2, ApplicationEntryUser, ApplicationEntryTime, ProcessingFee, ProcessingGST, InsuranceFee, InsuranceGST, OtherFee, OtherGST, SecurityFee, ServiceTax, TotalFee, LoanAmount, DownPayment, RDAmount, FDAmount, FirstEMIPaid, TotalAmount, TotalInterest, EMIAmount ) VALUES ( '105', 'Gopalganj', 'EMP00062', 'Indrajeet Dubey', 'N2:01:05025', 'HARAKHUA TURKAHA POKHARA', 'Group', 'N2:01:05025:01:04', 'SAFINA KHATUN', '6325487777', '9771956178', 'CNRB', 'Canara Bank', 'GOPALGANJ', 'Saving', '2310101319355', 'CNRB0002310', 'TAJODIN AHAMAD', '1/1/1984 12:00:00 AM', '41', 'Husband', '', '', 'LoanApplied', '1', 'Group Loan', 'GL20000*22*1100', 'Group Loan 20000 22 Week 1100 EMI', '22', 'Weekly', '89.610340', 'EquatedEMI', 'Bufflalo', 'GA10001416', '20000.00', '9/22/2025 12:00:00 AM', 'GOOD CLINT', '', '', 'emp00038', GETDATE(), '1000', '0', '0', '0', '500', '0', '0', '0', '1500', '20000.00', '0', '0', '0', 'NO', '20000', '4200.00', '1100.00' ) ; UPDATE GroupLoanMemberNominee SET BankAccountType='Saving', MemberBankId='CNRB', MemberBankName='Canara Bank', BankAccountNo='2310101319355', BankIFSCCode='CNRB0002310', BankBranchName='GOPALGANJ' WHERE MemberId='N2:01:05025:01:04' ; INSERT INTO BankAccountVerification ( MemberId, ApplicationId, AccountNo, IFSCCode, bankTxnStatus, accountNumber, ifsc, accountName, bankResponse, EntryTime, EntryUser ) VALUES ( 'N2:01:05025:01:04', 'GA10001416', '2310101319355', 'CNRB0002310', 'True', '2310101319355', 'CNRB0002310', 'SAFINA KHATUN', 'SUCCESSFUL TRANSACTION', GETDATE(), 'emp00038' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'CNRB' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanApplicationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 03:46:39 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WITH(nolock) WHERE ApplicationId='GA10001416' ; String sql: INSERT INTO GroupLoanAccount ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, NomineeName, NomineeDOB, NomineeAge, NomineeRelation, NomineeAddress, LoanFormNo, LoanStatus, LoanCycle, GLoanType, GLoanTypeNo, GLoanTypeName, LoanTerm, LoanTermMode, InterestRate, InterestMethod, LoanPurpose, ApplicationId, ApplicationAmount, ApplicationDate, ApplicationRemark, ApplicationDoc1, ApplicationDoc2, ApplicationEntryUser, ApplicationEntryTime, ProcessingFee, ProcessingGST, InsuranceFee, InsuranceGST, OtherFee, OtherGST, SecurityFee, ServiceTax, TotalFee, LoanAmount, DownPayment, RDAmount, FDAmount, FirstEMIPaid, TotalAmount, TotalInterest, EMIAmount ) VALUES ( '105', 'Gopalganj', 'EMP00062', 'Indrajeet Dubey', 'N2:01:05025', 'HARAKHUA TURKAHA POKHARA', 'Group', 'N2:01:05025:01:04', 'SAFINA KHATUN', '6325487777', '9771956178', 'CNRB', 'Canara Bank', 'GOPALGANJ', 'Saving', '2310101319355', 'CNRB0002310', 'TAJODIN AHAMAD', '1/1/1984 12:00:00 AM', '41', 'Husband', '', '', 'LoanApplied', '1', 'Group Loan', 'GL20000*22*1100', 'Group Loan 20000 22 Week 1100 EMI', '22', 'Weekly', '89.610340', 'EquatedEMI', 'Bufflalo', 'GA10001416', '20000.00', '9/22/2025 12:00:00 AM', 'GOOD CLINT', '', '', 'emp00038', GETDATE(), '1000', '0', '0', '0', '500', '0', '0', '0', '1500', '20000.00', '0', '0', '0', 'NO', '20000', '4200.00', '1100.00' ) ; UPDATE GroupLoanMemberNominee SET BankAccountType='Saving', MemberBankId='CNRB', MemberBankName='Canara Bank', BankAccountNo='2310101319355', BankIFSCCode='CNRB0002310', BankBranchName='GOPALGANJ' WHERE MemberId='N2:01:05025:01:04' ; INSERT INTO BankAccountVerification ( MemberId, ApplicationId, AccountNo, IFSCCode, bankTxnStatus, accountNumber, ifsc, accountName, bankResponse, EntryTime, EntryUser ) VALUES ( 'N2:01:05025:01:04', 'GA10001416', '2310101319355', 'CNRB0002310', 'True', '2310101319355', 'CNRB0002310', 'SAFINA KHATUN', 'SUCCESSFUL TRANSACTION', GETDATE(), 'emp00038' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'CNRB' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanApplicationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 03:46:40 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WITH(nolock) WHERE ApplicationId='GA10001416' ; String sql: INSERT INTO GroupLoanAccount ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, NomineeName, NomineeDOB, NomineeAge, NomineeRelation, NomineeAddress, LoanFormNo, LoanStatus, LoanCycle, GLoanType, GLoanTypeNo, GLoanTypeName, LoanTerm, LoanTermMode, InterestRate, InterestMethod, LoanPurpose, ApplicationId, ApplicationAmount, ApplicationDate, ApplicationRemark, ApplicationDoc1, ApplicationDoc2, ApplicationEntryUser, ApplicationEntryTime, ProcessingFee, ProcessingGST, InsuranceFee, InsuranceGST, OtherFee, OtherGST, SecurityFee, ServiceTax, TotalFee, LoanAmount, DownPayment, RDAmount, FDAmount, FirstEMIPaid, TotalAmount, TotalInterest, EMIAmount ) VALUES ( '105', 'Gopalganj', 'EMP00062', 'Indrajeet Dubey', 'N2:01:05025', 'HARAKHUA TURKAHA POKHARA', 'Group', 'N2:01:05025:01:04', 'SAFINA KHATUN', '6325487777', '9771956178', 'CNRB', 'Canara Bank', 'GOPALGANJ', 'Saving', '2310101319355', 'CNRB0002310', 'TAJODIN AHAMAD', '1/1/1984 12:00:00 AM', '41', 'Husband', '', '', 'LoanApplied', '1', 'Group Loan', 'GL20000*22*1100', 'Group Loan 20000 22 Week 1100 EMI', '22', 'Weekly', '89.610340', 'EquatedEMI', 'Bufflalo', 'GA10001416', '20000.00', '9/22/2025 12:00:00 AM', 'GOOD CLINT', '', '', 'emp00038', GETDATE(), '1000', '0', '0', '0', '500', '0', '0', '0', '1500', '20000.00', '0', '0', '0', 'NO', '20000', '4200.00', '1100.00' ) ; UPDATE GroupLoanMemberNominee SET BankAccountType='Saving', MemberBankId='CNRB', MemberBankName='Canara Bank', BankAccountNo='2310101319355', BankIFSCCode='CNRB0002310', BankBranchName='GOPALGANJ' WHERE MemberId='N2:01:05025:01:04' ; INSERT INTO BankAccountVerification ( MemberId, ApplicationId, AccountNo, IFSCCode, bankTxnStatus, accountNumber, ifsc, accountName, bankResponse, EntryTime, EntryUser ) VALUES ( 'N2:01:05025:01:04', 'GA10001416', '2310101319355', 'CNRB0002310', 'True', '2310101319355', 'CNRB0002310', 'SAFINA KHATUN', 'SUCCESSFUL TRANSACTION', GETDATE(), 'emp00038' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'CNRB' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanApplicationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 04:00:23 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WITH(nolock) WHERE ApplicationId='GA10001416' ; String sql: INSERT INTO GroupLoanAccount ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, NomineeName, NomineeDOB, NomineeAge, NomineeRelation, NomineeAddress, LoanFormNo, LoanStatus, LoanCycle, GLoanType, GLoanTypeNo, GLoanTypeName, LoanTerm, LoanTermMode, InterestRate, InterestMethod, LoanPurpose, ApplicationId, ApplicationAmount, ApplicationDate, ApplicationRemark, ApplicationDoc1, ApplicationDoc2, ApplicationEntryUser, ApplicationEntryTime, ProcessingFee, ProcessingGST, InsuranceFee, InsuranceGST, OtherFee, OtherGST, SecurityFee, ServiceTax, TotalFee, LoanAmount, DownPayment, RDAmount, FDAmount, FirstEMIPaid, TotalAmount, TotalInterest, EMIAmount ) VALUES ( '105', 'Gopalganj', 'EMP00062', 'Indrajeet Dubey', 'N2:01:05025', 'HARAKHUA TURKAHA POKHARA', 'Group', 'N2:01:05025:01:04', 'SAFINA KHATUN', '6325487777', '9771956178', 'CNRB', 'Canara Bank', '', 'Saving', '2310101319355', 'CNRB0002310', 'TAJODIN AHAMAD', '1/1/1984 12:00:00 AM', '41', 'Husband', '', '', 'LoanApplied', '1', 'Group Loan', '2GL20000*22*1100', 'Group Loan 20000 22 Week 1100 EMI', '22', 'Weekly', '89.610340', 'EquatedEMI', 'Agriculture', 'GA10001416', '20000.00', '9/22/2025 12:00:00 AM', '', '', '', 'emp00075', GETDATE(), '1000', '0', '0', '0', '0', '0', '0', '0', '1000', '20000.00', '0', '0', '0', 'NO', '20000', '4200.00', '1100.00' ) ; UPDATE GroupLoanMemberNominee SET BankAccountType='Saving', MemberBankId='CNRB', MemberBankName='Canara Bank', BankAccountNo='2310101319355', BankIFSCCode='CNRB0002310', BankBranchName='' WHERE MemberId='N2:01:05025:01:04' ; INSERT INTO BankAccountVerification ( MemberId, ApplicationId, AccountNo, IFSCCode, bankTxnStatus, accountNumber, ifsc, accountName, bankResponse, EntryTime, EntryUser ) VALUES ( 'N2:01:05025:01:04', 'GA10001416', '2310101319355', 'CNRB0002310', 'True', '2310101319355', 'CNRB0002310', 'SAFINA KHATUN', 'SUCCESSFUL TRANSACTION', GETDATE(), 'emp00075' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'CNRB' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanApplicationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 04:00:30 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WITH(nolock) WHERE ApplicationId='GA10001416' ; String sql: INSERT INTO GroupLoanAccount ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, NomineeName, NomineeDOB, NomineeAge, NomineeRelation, NomineeAddress, LoanFormNo, LoanStatus, LoanCycle, GLoanType, GLoanTypeNo, GLoanTypeName, LoanTerm, LoanTermMode, InterestRate, InterestMethod, LoanPurpose, ApplicationId, ApplicationAmount, ApplicationDate, ApplicationRemark, ApplicationDoc1, ApplicationDoc2, ApplicationEntryUser, ApplicationEntryTime, ProcessingFee, ProcessingGST, InsuranceFee, InsuranceGST, OtherFee, OtherGST, SecurityFee, ServiceTax, TotalFee, LoanAmount, DownPayment, RDAmount, FDAmount, FirstEMIPaid, TotalAmount, TotalInterest, EMIAmount ) VALUES ( '105', 'Gopalganj', 'EMP00062', 'Indrajeet Dubey', 'N2:01:05042', 'DALYA AMWA', 'Group', 'N2:01:05042:01:09', 'CHANDRAWATI DEVI', '9153080568', '', 'SBIN', 'State Bank Of India', 'GOPALGANJ', 'Saving', '35499037782', 'SBIN0006027', 'BHOLA RAM', '1/1/1984 12:00:00 AM', '41', 'Husband', '', '', 'LoanApplied', '1', 'Group Loan', 'GL15000*18*990', 'Group Loan 15000 18 Week 990 EMI', '18', 'Weekly', '97.756300', 'EquatedEMI', 'Auto Rikswa', 'GA10001416', '15000.00', '9/22/2025 12:00:00 AM', 'GOOD CLINT', '', '', 'emp00038', GETDATE(), '750', '0', '0', '0', '375', '0', '0', '0', '1125', '15000.00', '0', '0', '0', 'NO', '15000', '2820.00', '990.00' ) ; UPDATE GroupLoanMemberNominee SET BankAccountType='Saving', MemberBankId='SBIN', MemberBankName='State Bank Of India', BankAccountNo='35499037782', BankIFSCCode='SBIN0006027', BankBranchName='GOPALGANJ' WHERE MemberId='N2:01:05042:01:09' ; INSERT INTO BankAccountVerification ( MemberId, ApplicationId, AccountNo, IFSCCode, bankTxnStatus, accountNumber, ifsc, accountName, bankResponse, EntryTime, EntryUser ) VALUES ( 'N2:01:05042:01:09', 'GA10001416', '35499037782', 'SBIN0006027', 'True', '', '', 'Mrs Chandrawati Devi', 'SUCCESSFUL TRANSACTION', GETDATE(), 'emp00038' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'SBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanApplicationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 04:00:30 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WITH(nolock) WHERE ApplicationId='GA10001416' ; String sql: INSERT INTO GroupLoanAccount ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, NomineeName, NomineeDOB, NomineeAge, NomineeRelation, NomineeAddress, LoanFormNo, LoanStatus, LoanCycle, GLoanType, GLoanTypeNo, GLoanTypeName, LoanTerm, LoanTermMode, InterestRate, InterestMethod, LoanPurpose, ApplicationId, ApplicationAmount, ApplicationDate, ApplicationRemark, ApplicationDoc1, ApplicationDoc2, ApplicationEntryUser, ApplicationEntryTime, ProcessingFee, ProcessingGST, InsuranceFee, InsuranceGST, OtherFee, OtherGST, SecurityFee, ServiceTax, TotalFee, LoanAmount, DownPayment, RDAmount, FDAmount, FirstEMIPaid, TotalAmount, TotalInterest, EMIAmount ) VALUES ( '105', 'Gopalganj', 'EMP00062', 'Indrajeet Dubey', 'N2:01:05025', 'HARAKHUA TURKAHA POKHARA', 'Group', 'N2:01:05025:01:04', 'SAFINA KHATUN', '6325487777', '9771956178', 'CNRB', 'Canara Bank', '', 'Saving', '2310101319355', 'CNRB0002310', 'TAJODIN AHAMAD', '1/1/1984 12:00:00 AM', '41', 'Husband', '', '', 'LoanApplied', '1', 'Group Loan', '2GL20000*22*1100', 'Group Loan 20000 22 Week 1100 EMI', '22', 'Weekly', '89.610340', 'EquatedEMI', 'Agriculture', 'GA10001416', '20000.00', '9/22/2025 12:00:00 AM', '', '', '', 'emp00075', GETDATE(), '1000', '0', '0', '0', '0', '0', '0', '0', '1000', '20000.00', '0', '0', '0', 'NO', '20000', '4200.00', '1100.00' ) ; UPDATE GroupLoanMemberNominee SET BankAccountType='Saving', MemberBankId='CNRB', MemberBankName='Canara Bank', BankAccountNo='2310101319355', BankIFSCCode='CNRB0002310', BankBranchName='' WHERE MemberId='N2:01:05025:01:04' ; INSERT INTO BankAccountVerification ( MemberId, ApplicationId, AccountNo, IFSCCode, bankTxnStatus, accountNumber, ifsc, accountName, bankResponse, EntryTime, EntryUser ) VALUES ( 'N2:01:05025:01:04', 'GA10001416', '2310101319355', 'CNRB0002310', 'True', '2310101319355', 'CNRB0002310', 'SAFINA KHATUN', 'SUCCESSFUL TRANSACTION', GETDATE(), 'emp00075' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'CNRB' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanApplicationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 04:08:21 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WITH(nolock) WHERE ApplicationId='GA10001416' ; String sql: INSERT INTO GroupLoanAccount ( BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, NomineeName, NomineeDOB, NomineeAge, NomineeRelation, NomineeAddress, LoanFormNo, LoanStatus, LoanCycle, GLoanType, GLoanTypeNo, GLoanTypeName, LoanTerm, LoanTermMode, InterestRate, InterestMethod, LoanPurpose, ApplicationId, ApplicationAmount, ApplicationDate, ApplicationRemark, ApplicationDoc1, ApplicationDoc2, ApplicationEntryUser, ApplicationEntryTime, ProcessingFee, ProcessingGST, InsuranceFee, InsuranceGST, OtherFee, OtherGST, SecurityFee, ServiceTax, TotalFee, LoanAmount, DownPayment, RDAmount, FDAmount, FirstEMIPaid, TotalAmount, TotalInterest, EMIAmount ) VALUES ( '105', 'Gopalganj', 'EMP00062', 'Indrajeet Dubey', 'N2:01:05042', 'DALYA AMWA', 'Group', 'N2:01:05042:01:09', 'CHANDRAWATI DEVI', '9153080568', '', 'SBIN', 'State Bank Of India', 'GOPALGANJ', 'Saving', '35499037782', 'SBIN0006024', 'BHOLA RAM', '1/1/1984 12:00:00 AM', '41', 'Husband', '', '', 'LoanApplied', '1', 'Group Loan', 'GL15000*18*990', 'Group Loan 15000 18 Week 990 EMI', '18', 'Weekly', '97.756300', 'EquatedEMI', 'Auto Rikswa', 'GA10001416', '15000.00', '9/22/2025 12:00:00 AM', '', '', '', 'emp00038', GETDATE(), '750', '0', '0', '0', '375', '0', '0', '0', '1125', '15000.00', '0', '0', '0', 'NO', '15000', '2820.00', '990.00' ) ; UPDATE GroupLoanMemberNominee SET BankAccountType='Saving', MemberBankId='SBIN', MemberBankName='State Bank Of India', BankAccountNo='35499037782', BankIFSCCode='SBIN0006024', BankBranchName='GOPALGANJ' WHERE MemberId='N2:01:05042:01:09' ; INSERT INTO BankAccountVerification ( MemberId, ApplicationId, AccountNo, IFSCCode, bankTxnStatus, accountNumber, ifsc, accountName, bankResponse, EntryTime, EntryUser ) VALUES ( 'N2:01:05042:01:09', 'GA10001416', '35499037782', 'SBIN0006024', 'True', '', '', 'Mrs Chandrawati Devi', 'SUCCESSFUL TRANSACTION', GETDATE(), 'emp00038' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'SBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanApplicationVerification.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 04:13:34 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/09/2025 05:06:35 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/09/2025 05:06:35 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/09/2025 05:51:58 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/09/2025 05:51:58 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/09/2025 06:45:08 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/09/2025 06:45:37 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/09/2025 07:21:32 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 22/09/2025 07:21:56 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 22/09/2025 09:01:02 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/23/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106019' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 22/09/2025 09:03:25 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/23/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106012' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 22/09/2025 09:17:21 PM PageName: DataTableTransaction String str: String sql: SELECT Count(1)AS Nos FROM EmployeeRegistrationDetail WITH(nolock) WHERE EmployeePassword='MQA=' AND EmployeeId='EMP00057' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'EmployeePassword'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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 ClassMaster.DataTableTransaction(String sql, SqlTransaction trans) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 09:17:21 PM PageName: LoanOfficerMobileChangePassword String str: SELECT Count(1)AS Nos FROM EmployeeRegistrationDetail WITH(nolock) WHERE EmployeePassword='MQA=' AND EmployeeId='EMP00057' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_zddjbtlp StackTrace: at LoanOfficerMobileChangePassword.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 22/09/2025 09:17:37 PM PageName: DataTableTransaction String str: String sql: SELECT Count(1)AS Nos FROM EmployeeRegistrationDetail WITH(nolock) WHERE EmployeePassword='MQA=' AND EmployeeId='EMP00057' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'EmployeePassword'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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 ClassMaster.DataTableTransaction(String sql, SqlTransaction trans) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/09/2025 09:17:37 PM PageName: LoanOfficerMobileChangePassword String str: SELECT Count(1)AS Nos FROM EmployeeRegistrationDetail WITH(nolock) WHERE EmployeePassword='MQA=' AND EmployeeId='EMP00057' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_zddjbtlp StackTrace: at LoanOfficerMobileChangePassword.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 22/09/2025 09:26:42 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 23/09/2025 06:34:13 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 23/09/2025 06:53:13 AM PageName: DataTableResult String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00053' AND a.MeetingType='Weekly' AND a.TransferDate='9/23/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'NewCenterOfficerId'. Invalid column name 'TransferDate'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 23/09/2025 06:53:13 AM PageName: LoanOfficer_GroupLoanAllocatedCenterMeeting String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00053' AND a.MeetingType='Weekly' AND a.TransferDate='9/23/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fl4ak2fe StackTrace: at LoanOfficer_GroupLoanAllocatedCenterMeeting.FillOfficer() TargetSite: Void FillOfficer() Time: 23/09/2025 10:28:47 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 23/09/2025 10:33:34 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001335' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 23/09/2025 10:34:43 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001335' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 23/09/2025 10:54:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 10:54:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 11:57:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 11:57:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 12:09:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 12:09:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 12:19:51 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 12:19:51 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 01:32:42 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 23/09/2025 01:32:42 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 23/09/2025 01:34:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='9/29/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 23/09/2025 02:46:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 02:46:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 02:50:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 02:50:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 03:28:01 PM PageName: GroupLoan_GroupLoanArrearCustomizeReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearCustomizeReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 03:28:01 PM PageName: GroupLoan_GroupLoanArrearCustomizeReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_kumkfnnw StackTrace: at GroupLoan_GroupLoanArrearCustomizeReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearCustomizeReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 04:23:22 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 23/09/2025 04:23:22 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 23/09/2025 04:35:03 PM PageName: GroupLoan_GroupLoanUpdateBankDetail String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WHERE BankAccountNo ='44491782852' AND BankIFSCCode='SBIN0002945' AND MemberId!='N2:01:02043:01:09' ; String sql: INSERT INTO GroupLoanAccountBankHistory ( BranchId, BranchName, LoanId, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, BankAccountName, BankResponse, EntryUser, EntryTime ) SELECT BranchId, BranchName, LoanId, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, BankAccountName, BankResponse, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE LoanId='GL00001376' ; INSERT INTO GroupLoanMemberBankHistory ( BranchId, BranchName, MemberId, MemberName, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, EntryUser, EntryTime ) SELECT NULL AS BranchId, NULL AS BranchName, MemberId, MemberName, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberNominee WHERE MemberId='N2:01:02043:01:09' ; UPDATE GroupLoanAccount SET MemberBankId='SBIN', MemberBankName='State Bank Of India', BankBranchName='MIRGANJ', BankAccountNo='44491782852', BankIFSCCode='SBIN0002945', BankAccountName=null, BankResponse=null WHERE LoanId='GL00001376' ; UPDATE GroupLoanMemberNominee SET MemberBankId='SBIN', MemberBankName='State Bank Of India', BankBranchName='MIRGANJ', BankAccountNo='44491782852', BankIFSCCode='SBIN0002945' WHERE MemberId = 'N2:01:02043:01:09' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'SBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanUpdateBankDetail.lbtnUpdate_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 23/09/2025 04:35:25 PM PageName: GroupLoan_GroupLoanUpdateBankDetail String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WHERE BankAccountNo ='44491782852' AND BankIFSCCode='SBIN0002945' AND MemberId!='N2:01:02043:01:09' ; String sql: INSERT INTO GroupLoanAccountBankHistory ( BranchId, BranchName, LoanId, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, BankAccountName, BankResponse, EntryUser, EntryTime ) SELECT BranchId, BranchName, LoanId, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, BankAccountName, BankResponse, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE LoanId='GL00001376' ; INSERT INTO GroupLoanMemberBankHistory ( BranchId, BranchName, MemberId, MemberName, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, EntryUser, EntryTime ) SELECT NULL AS BranchId, NULL AS BranchName, MemberId, MemberName, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberNominee WHERE MemberId='N2:01:02043:01:09' ; UPDATE GroupLoanAccount SET MemberBankId='SBIN', MemberBankName='State Bank Of India', BankBranchName='MIRGANJ', BankAccountNo='44491782852', BankIFSCCode='SBIN0002945', BankAccountName=null, BankResponse=null WHERE LoanId='GL00001376' ; UPDATE GroupLoanMemberNominee SET MemberBankId='SBIN', MemberBankName='State Bank Of India', BankBranchName='MIRGANJ', BankAccountNo='44491782852', BankIFSCCode='SBIN0002945' WHERE MemberId = 'N2:01:02043:01:09' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'SBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanUpdateBankDetail.lbtnUpdate_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 23/09/2025 04:35:33 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 23/09/2025 04:36:18 PM PageName: GroupLoan_GroupLoanUpdateBankDetail String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WHERE BankAccountNo ='44491782852' AND BankIFSCCode='SBIN0002945' AND MemberId!='N2:01:02043:01:09' ; String sql: INSERT INTO GroupLoanAccountBankHistory ( BranchId, BranchName, LoanId, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, BankAccountName, BankResponse, EntryUser, EntryTime ) SELECT BranchId, BranchName, LoanId, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, BankAccountName, BankResponse, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE LoanId='GL00001376' ; INSERT INTO GroupLoanMemberBankHistory ( BranchId, BranchName, MemberId, MemberName, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, EntryUser, EntryTime ) SELECT NULL AS BranchId, NULL AS BranchName, MemberId, MemberName, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberNominee WHERE MemberId='N2:01:02043:01:09' ; UPDATE GroupLoanAccount SET MemberBankId='SBIN', MemberBankName='State Bank Of India', BankBranchName='MIRGANJ', BankAccountNo='44491782852', BankIFSCCode='SBIN0002945', BankAccountName=null, BankResponse=null WHERE LoanId='GL00001376' ; UPDATE GroupLoanMemberNominee SET MemberBankId='SBIN', MemberBankName='State Bank Of India', BankBranchName='MIRGANJ', BankAccountNo='44491782852', BankIFSCCode='SBIN0002945' WHERE MemberId = 'N2:01:02043:01:09' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'SBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanUpdateBankDetail.lbtnUpdate_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 23/09/2025 04:37:07 PM PageName: GroupLoan_GroupLoanUpdateBankDetail String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WHERE BankAccountNo ='44491782852' AND BankIFSCCode='SBIN0002945' AND MemberId!='N2:01:02043:01:09' ; String sql: INSERT INTO GroupLoanAccountBankHistory ( BranchId, BranchName, LoanId, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, BankAccountName, BankResponse, EntryUser, EntryTime ) SELECT BranchId, BranchName, LoanId, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, BankAccountName, BankResponse, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE LoanId='GL00001376' ; INSERT INTO GroupLoanMemberBankHistory ( BranchId, BranchName, MemberId, MemberName, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, EntryUser, EntryTime ) SELECT NULL AS BranchId, NULL AS BranchName, MemberId, MemberName, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberNominee WHERE MemberId='N2:01:02043:01:09' ; UPDATE GroupLoanAccount SET MemberBankId='SBIN', MemberBankName='State Bank Of India', BankBranchName='MIRGANJ', BankAccountNo='44491782852', BankIFSCCode='SBIN0002945', BankAccountName=null, BankResponse=null WHERE LoanId='GL00001376' ; UPDATE GroupLoanMemberNominee SET MemberBankId='SBIN', MemberBankName='State Bank Of India', BankBranchName='MIRGANJ', BankAccountNo='44491782852', BankIFSCCode='SBIN0002945' WHERE MemberId = 'N2:01:02043:01:09' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'SBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanUpdateBankDetail.lbtnUpdate_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 23/09/2025 04:54:55 PM PageName: GroupLoan_GroupLoanUpdateBankDetail String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WHERE BankAccountNo ='44491782852' AND BankIFSCCode='SBIN0002945' AND MemberId!='N2:01:02043:01:09' ; String sql: INSERT INTO GroupLoanAccountBankHistory ( BranchId, BranchName, LoanId, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, BankAccountName, BankResponse, EntryUser, EntryTime ) SELECT BranchId, BranchName, LoanId, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, BankAccountName, BankResponse, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE LoanId='GL00001376' ; INSERT INTO GroupLoanMemberBankHistory ( BranchId, BranchName, MemberId, MemberName, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, EntryUser, EntryTime ) SELECT NULL AS BranchId, NULL AS BranchName, MemberId, MemberName, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberNominee WHERE MemberId='N2:01:02043:01:09' ; UPDATE GroupLoanAccount SET MemberBankId='SBIN', MemberBankName='State Bank Of India', BankBranchName='MIRGANJ', BankAccountNo='44491782852', BankIFSCCode='SBIN0002945', BankAccountName=null, BankResponse=null WHERE LoanId='GL00001376' ; UPDATE GroupLoanMemberNominee SET MemberBankId='SBIN', MemberBankName='State Bank Of India', BankBranchName='MIRGANJ', BankAccountNo='44491782852', BankIFSCCode='SBIN0002945' WHERE MemberId = 'N2:01:02043:01:09' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'SBIN' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanUpdateBankDetail.lbtnUpdate_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 23/09/2025 07:09:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 07:09:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 07:09:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 07:09:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 08:06:21 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 08:06:21 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 08:09:28 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 08:09:28 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 08:12:15 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 08:12:15 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 08:13:11 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 08:13:11 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 08:15:14 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 08:15:14 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 08:29:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 08:29:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 08:30:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 08:30:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 08:30:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 08:30:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 08:41:59 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 08:41:59 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 11:14:47 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 11:14:47 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/09/2025 11:15:11 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/09/2025 11:15:11 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/09/2025 10:13:25 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/09/2025 10:13:25 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/09/2025 10:15:50 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/09/2025 10:15:50 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/09/2025 10:35:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/09/2025 10:35:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/09/2025 10:55:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/09/2025 10:55:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/09/2025 10:55:49 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/09/2025 10:55:49 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/09/2025 11:53:41 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/09/2025 11:53:41 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/09/2025 04:44:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 24/09/2025 04:44:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 24/09/2025 08:53:26 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 24/09/2025 09:34:16 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='9/25/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106015' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 24/09/2025 10:32:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 24/09/2025 10:32:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 24/09/2025 10:32:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 24/09/2025 10:32:44 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 24/09/2025 10:32:55 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 24/09/2025 10:32:55 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 24/09/2025 10:33:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 25/09/2025 09:23:46 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/09/2025 09:23:46 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/09/2025 10:13:53 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000666' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 25/09/2025 11:03:52 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 25/09/2025 11:09:21 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 25/09/2025 11:18:32 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/09/2025 11:18:32 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/09/2025 11:24:12 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/09/2025 11:24:12 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/09/2025 11:37:20 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/09/2025 11:37:20 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/09/2025 11:38:57 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/09/2025 11:38:57 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/09/2025 12:15:09 PM PageName: DataTableResult String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/16/2024 12:00:00 AM', '9/25/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Could not find stored procedure 'dbo.ProWebCibilEquifaxHighmarkDataGroupLoan'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/09/2025 12:15:09 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/16/2024 12:00:00 AM', '9/25/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dvbvndpm StackTrace: at GroupLoan_CibilHighmarkEquifaxDataExport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 25/09/2025 12:15:17 PM PageName: DataTableResult String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/1/2024 12:00:00 AM', '9/7/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Could not find stored procedure 'dbo.ProWebCibilEquifaxHighmarkDataGroupLoan'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/09/2025 12:15:17 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/1/2024 12:00:00 AM', '9/7/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dvbvndpm StackTrace: at GroupLoan_CibilHighmarkEquifaxDataExport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 25/09/2025 12:15:18 PM PageName: DataTableResult String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/1/2024 12:00:00 AM', '9/7/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Could not find stored procedure 'dbo.ProWebCibilEquifaxHighmarkDataGroupLoan'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/09/2025 12:15:18 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/1/2024 12:00:00 AM', '9/7/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dvbvndpm StackTrace: at GroupLoan_CibilHighmarkEquifaxDataExport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 25/09/2025 12:15:39 PM PageName: DataTableResult String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '9/1/2025 12:00:00 AM', '9/7/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Could not find stored procedure 'dbo.ProWebCibilEquifaxHighmarkDataGroupLoan'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/09/2025 12:15:39 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '9/1/2025 12:00:00 AM', '9/7/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dvbvndpm StackTrace: at GroupLoan_CibilHighmarkEquifaxDataExport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 25/09/2025 12:27:21 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 25/09/2025 12:33:53 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 25/09/2025 05:44:39 PM PageName: GroupLoan_GroupLoanSanction String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanSanction.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/09/2025 05:44:39 PM PageName: GroupLoan_GroupLoanSanction String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_nu453kzt StackTrace: at GroupLoan_GroupLoanSanction.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanSanction.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/09/2025 06:30:48 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='9/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00082' AND ld.CenterId='N2:01:02030' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 25/09/2025 06:30:48 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='9/25/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00082' AND ld.CenterId='N2:01:02030' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 25/09/2025 08:45:47 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 25/09/2025 09:34:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/09/2025 09:34:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/09/2025 09:36:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/09/2025 09:36:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/09/2025 09:54:25 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 25/09/2025 10:18:01 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 25/09/2025 10:18:07 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 25/09/2025 10:44:51 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 25/09/2025 10:48:17 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanSettlement.FillEmployee() TargetSite: Void FillEmployee() Time: 25/09/2025 10:48:17 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanSettlement.FillCenter() TargetSite: Void FillCenter() Time: 25/09/2025 11:33:41 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 25/09/2025 11:33:41 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 25/09/2025 11:33:51 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 25/09/2025 11:33:51 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 26/09/2025 06:54:35 AM PageName: DataTableResult String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00053' AND a.MeetingType='Weekly' AND a.TransferDate='9/26/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'NewCenterOfficerId'. Invalid column name 'TransferDate'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 26/09/2025 06:54:35 AM PageName: LoanOfficer_GroupLoanAllocatedCenterMeeting String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00053' AND a.MeetingType='Weekly' AND a.TransferDate='9/26/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fl4ak2fe StackTrace: at LoanOfficer_GroupLoanAllocatedCenterMeeting.FillOfficer() TargetSite: Void FillOfficer() Time: 26/09/2025 06:59:26 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' ORDER BY a.CenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 26/09/2025 10:19:56 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/09/2025 10:20:03 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 10:20:03 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:20:05 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 10:20:05 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:29:31 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 10:29:31 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:32:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 10:32:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:32:56 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 10:32:56 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:33:30 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 10:33:30 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:34:16 AM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:34:55 AM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:35:15 AM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:35:22 AM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/09/2025 10:35:45 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/09/2025 10:36:23 AM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:36:54 AM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:37:24 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 10:37:24 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:40:05 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 10:40:05 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:40:22 AM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:40:58 AM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.grdBranch_Sorting(Object sender, GridViewSortEventArgs e) TargetSite: Void grdBranch_Sorting(System.Object, System.Web.UI.WebControls.GridViewSortEventArgs) Time: 26/09/2025 10:40:58 AM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.grdBranch_Sorting(Object sender, GridViewSortEventArgs e) TargetSite: Void grdBranch_Sorting(System.Object, System.Web.UI.WebControls.GridViewSortEventArgs) Time: 26/09/2025 10:41:24 AM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/09/2025 10:44:44 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 10:44:44 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:49:33 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 10:49:33 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 11:05:16 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 11:05:16 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 11:17:52 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 11:17:52 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 11:24:00 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 11:24:00 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 11:27:45 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 11:27:45 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 11:46:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 11:46:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 11:56:22 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 11:56:22 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 12:14:16 PM PageName: GroupLoan_GroupLoanUpdateBankDetail String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WHERE BankAccountNo ='7323000100280156' AND BankIFSCCode='PUNB0732300' AND MemberId!='N2:01:06001:01:05' ; String sql: INSERT INTO GroupLoanAccountBankHistory ( BranchId, BranchName, LoanId, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, BankAccountName, BankResponse, EntryUser, EntryTime ) SELECT BranchId, BranchName, LoanId, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, BankAccountName, BankResponse, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE LoanId='GL00001449' ; INSERT INTO GroupLoanMemberBankHistory ( BranchId, BranchName, MemberId, MemberName, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, EntryUser, EntryTime ) SELECT NULL AS BranchId, NULL AS BranchName, MemberId, MemberName, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberNominee WHERE MemberId='N2:01:06001:01:05' ; UPDATE GroupLoanAccount SET MemberBankId='PUNB', MemberBankName='Punjab National Bank', BankBranchName='', BankAccountNo='7323000100280156', BankIFSCCode='PUNB0732300', BankAccountName=null, BankResponse=null WHERE LoanId='GL00001449' ; UPDATE GroupLoanMemberNominee SET MemberBankId='PUNB', MemberBankName='Punjab National Bank', BankBranchName='', BankAccountNo='7323000100280156', BankIFSCCode='PUNB0732300' WHERE MemberId = 'N2:01:06001:01:05' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'PUNB' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanUpdateBankDetail.lbtnUpdate_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 26/09/2025 12:14:41 PM PageName: GroupLoan_GroupLoanUpdateBankDetail String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WHERE BankAccountNo ='7323000100280156' AND BankIFSCCode='PUNB0732300' AND MemberId!='N2:01:06001:01:05' ; String sql: INSERT INTO GroupLoanAccountBankHistory ( BranchId, BranchName, LoanId, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, BankAccountName, BankResponse, EntryUser, EntryTime ) SELECT BranchId, BranchName, LoanId, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, BankAccountName, BankResponse, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE LoanId='GL00001449' ; INSERT INTO GroupLoanMemberBankHistory ( BranchId, BranchName, MemberId, MemberName, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, EntryUser, EntryTime ) SELECT NULL AS BranchId, NULL AS BranchName, MemberId, MemberName, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberNominee WHERE MemberId='N2:01:06001:01:05' ; UPDATE GroupLoanAccount SET MemberBankId='PUNB', MemberBankName='Punjab National Bank', BankBranchName='', BankAccountNo='7323000100280156', BankIFSCCode='PUNB0732300', BankAccountName=null, BankResponse=null WHERE LoanId='GL00001449' ; UPDATE GroupLoanMemberNominee SET MemberBankId='PUNB', MemberBankName='Punjab National Bank', BankBranchName='', BankAccountNo='7323000100280156', BankIFSCCode='PUNB0732300' WHERE MemberId = 'N2:01:06001:01:05' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'PUNB' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanUpdateBankDetail.lbtnUpdate_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 26/09/2025 12:15:27 PM PageName: GroupLoan_GroupLoanUpdateBankDetail String str: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WHERE BankAccountNo ='732300010028156' AND BankIFSCCode='PUNB0732300' AND MemberId!='N2:01:06001:01:05' ; String sql: INSERT INTO GroupLoanAccountBankHistory ( BranchId, BranchName, LoanId, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, BankAccountName, BankResponse, EntryUser, EntryTime ) SELECT BranchId, BranchName, LoanId, MemberId, MemberName, MobileNo, ContactNo, MemberBankId, MemberBankName, BankBranchName, BankAccountType, BankAccountNo, BankIFSCCode, BankAccountName, BankResponse, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE LoanId='GL00001449' ; INSERT INTO GroupLoanMemberBankHistory ( BranchId, BranchName, MemberId, MemberName, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, EntryUser, EntryTime ) SELECT NULL AS BranchId, NULL AS BranchName, MemberId, MemberName, BankAccountType, MemberBankId, MemberBankName, BankAccountNo, BankIFSCCode, BankBranchName, BankBranchAddress, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberNominee WHERE MemberId='N2:01:06001:01:05' ; UPDATE GroupLoanAccount SET MemberBankId='PUNB', MemberBankName='Punjab National Bank', BankBranchName='bhore', BankAccountNo='732300010028156', BankIFSCCode='PUNB0732300', BankAccountName=null, BankResponse=null WHERE LoanId='GL00001449' ; UPDATE GroupLoanMemberNominee SET MemberBankId='PUNB', MemberBankName='Punjab National Bank', BankBranchName='bhore', BankAccountNo='732300010028156', BankIFSCCode='PUNB0732300' WHERE MemberId = 'N2:01:06001:01:05' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value 'PUNB' to data type smallint. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanUpdateBankDetail.lbtnUpdate_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 26/09/2025 01:09:29 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 01:09:29 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 01:09:51 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05039:01:01:02:02' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 26/09/2025 01:09:51 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05039:01:01:02:02' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 26/09/2025 01:09:55 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05039:01:01:02:02' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 26/09/2025 01:09:55 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05039:01:01:02:02' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 26/09/2025 01:10:03 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 26/09/2025 01:10:08 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05039:01:01:02:02' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 26/09/2025 01:10:08 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05039:01:01:02:02' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 26/09/2025 01:10:22 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 26/09/2025 01:11:28 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05039:01:01:02:02' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 26/09/2025 01:11:28 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05039:01:01:02:02' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 26/09/2025 01:32:21 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 01:32:21 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 01:41:37 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 01:41:37 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 01:44:39 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 01:44:39 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 01:52:32 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 01:52:32 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 02:21:29 PM PageName: DataTableResult String str: AND DDate>='10/2/2025 12:00:00 AM' AND DDate<'10/3/2025 12:00:00 AM' GROUP BY LoanId HAVING SUM(Total)>0 )b ON a.LoanId=b.LoanId WHERE a.LoanStatus IN ('LoanDisbursed','LoanCLosed') AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Incorrect syntax near the keyword 'AND'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 26/09/2025 02:21:29 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: AND DDate>='10/2/2025 12:00:00 AM' AND DDate<'10/3/2025 12:00:00 AM' GROUP BY LoanId HAVING SUM(Total)>0 )b ON a.LoanId=b.LoanId WHERE a.LoanStatus IN ('LoanDisbursed','LoanCLosed') AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 26/09/2025 02:23:31 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 02:23:31 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 02:25:27 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 02:25:27 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 02:25:50 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 02:25:50 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 02:46:48 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 02:46:48 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 02:51:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 02:51:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 02:52:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 02:52:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 02:57:44 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 02:57:44 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 03:04:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 03:04:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 03:13:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 03:13:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 03:15:31 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 26/09/2025 03:15:36 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 03:15:36 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 03:15:37 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 03:15:37 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 03:27:50 PM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 03:28:09 PM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/09/2025 04:32:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 04:32:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 04:40:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 04:40:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 04:53:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/09/2025 04:57:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 04:57:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 05:08:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 05:08:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 05:43:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 05:43:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 05:43:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 05:43:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 05:46:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 05:46:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 05:49:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 05:49:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 06:08:17 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 06:08:17 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 06:10:24 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 26/09/2025 09:19:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 09:19:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 09:20:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 09:20:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 09:21:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 09:21:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 09:28:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 09:28:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 09:28:32 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 09:28:32 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 09:38:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 09:38:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:43:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 10:43:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:43:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 10:43:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/09/2025 10:49:51 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/09/2025 10:49:51 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 08:39:53 AM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:03028:01:08:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/09/2025 08:39:53 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:03028:01:08:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 27/09/2025 08:40:25 AM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 27/09/2025 08:41:25 AM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:03028:01:08:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/09/2025 08:41:25 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:03028:01:08:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 27/09/2025 08:41:43 AM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:03028:01:08:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/09/2025 08:41:43 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:03028:01:08:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 27/09/2025 09:28:32 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 09:28:32 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 10:26:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 10:26:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 10:53:51 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 10:53:51 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 10:54:09 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 27/09/2025 10:54:29 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 10:54:29 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 10:54:50 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 10:54:50 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 10:55:49 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 10:55:49 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 10:58:23 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 10:58:23 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 10:59:00 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 10:59:00 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 11:01:09 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 11:01:09 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 11:03:49 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 11:03:49 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 11:26:58 AM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 11:26:58 AM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_tq4mf0j0 StackTrace: at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 12:00:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 12:00:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 12:01:18 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 12:01:18 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 12:11:54 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 12:11:54 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_wpqspa1f StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 12:23:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 12:23:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 12:44:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 12:44:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 03:10:11 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 03:10:11 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 03:17:19 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 03:17:19 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 03:50:58 PM PageName: DataTableResult String str: AND DDate>='9/2/2025 12:00:00 AM' AND DDate<'9/3/2025 12:00:00 AM' GROUP BY LoanId HAVING SUM(Total)>0 )b ON a.LoanId=b.LoanId WHERE a.LoanStatus IN ('LoanDisbursed','LoanCLosed') AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Incorrect syntax near the keyword 'AND'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/09/2025 03:50:58 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: AND DDate>='9/2/2025 12:00:00 AM' AND DDate<'9/3/2025 12:00:00 AM' GROUP BY LoanId HAVING SUM(Total)>0 )b ON a.LoanId=b.LoanId WHERE a.LoanStatus IN ('LoanDisbursed','LoanCLosed') AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 27/09/2025 03:51:05 PM PageName: DataTableResult String str: AND DDate>='10/2/2025 12:00:00 AM' AND DDate<'10/3/2025 12:00:00 AM' GROUP BY LoanId HAVING SUM(Total)>0 )b ON a.LoanId=b.LoanId WHERE a.LoanStatus IN ('LoanDisbursed','LoanCLosed') AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Incorrect syntax near the keyword 'AND'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/09/2025 03:51:05 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: AND DDate>='10/2/2025 12:00:00 AM' AND DDate<'10/3/2025 12:00:00 AM' GROUP BY LoanId HAVING SUM(Total)>0 )b ON a.LoanId=b.LoanId WHERE a.LoanStatus IN ('LoanDisbursed','LoanCLosed') AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 27/09/2025 03:51:19 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 03:51:19 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 03:53:15 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 03:53:15 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 04:01:33 PM PageName: DataTableResult String str: AND DDate>='10/2/2025 12:00:00 AM' AND DDate<'10/3/2025 12:00:00 AM' GROUP BY LoanId HAVING SUM(Total)>0 )b ON a.LoanId=b.LoanId WHERE a.LoanStatus IN ('LoanDisbursed','LoanCLosed') AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerName, a.CenterName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Incorrect syntax near the keyword 'AND'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/09/2025 04:01:33 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: AND DDate>='10/2/2025 12:00:00 AM' AND DDate<'10/3/2025 12:00:00 AM' GROUP BY LoanId HAVING SUM(Total)>0 )b ON a.LoanId=b.LoanId WHERE a.LoanStatus IN ('LoanDisbursed','LoanCLosed') AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerName, a.CenterName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 27/09/2025 04:01:34 PM PageName: DataTableResult String str: AND DDate>='10/2/2025 12:00:00 AM' AND DDate<'10/3/2025 12:00:00 AM' GROUP BY LoanId HAVING SUM(Total)>0 )b ON a.LoanId=b.LoanId WHERE a.LoanStatus IN ('LoanDisbursed','LoanCLosed') AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerName, a.CenterName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Incorrect syntax near the keyword 'AND'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/09/2025 04:01:34 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: AND DDate>='10/2/2025 12:00:00 AM' AND DDate<'10/3/2025 12:00:00 AM' GROUP BY LoanId HAVING SUM(Total)>0 )b ON a.LoanId=b.LoanId WHERE a.LoanStatus IN ('LoanDisbursed','LoanCLosed') AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerName, a.CenterName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 27/09/2025 04:04:09 PM PageName: DataTableResult String str: AND DDate>='10/2/2025 12:00:00 AM' AND DDate<'10/3/2025 12:00:00 AM' GROUP BY LoanId HAVING SUM(Total)>0 )b ON a.LoanId=b.LoanId WHERE a.LoanStatus IN ('LoanDisbursed','LoanCLosed') AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerName, a.CenterName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Incorrect syntax near the keyword 'AND'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/09/2025 04:04:09 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: AND DDate>='10/2/2025 12:00:00 AM' AND DDate<'10/3/2025 12:00:00 AM' GROUP BY LoanId HAVING SUM(Total)>0 )b ON a.LoanId=b.LoanId WHERE a.LoanStatus IN ('LoanDisbursed','LoanCLosed') AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerName, a.CenterName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 27/09/2025 04:04:47 PM PageName: DataTableResult String str: AND DDate>='10/2/2025 12:00:00 AM' AND DDate<'10/3/2025 12:00:00 AM' GROUP BY LoanId HAVING SUM(Total)>0 )b ON a.LoanId=b.LoanId WHERE a.LoanStatus IN ('LoanDisbursed','LoanCLosed') AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerName, a.CenterName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Incorrect syntax near the keyword 'AND'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/09/2025 04:04:47 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: AND DDate>='10/2/2025 12:00:00 AM' AND DDate<'10/3/2025 12:00:00 AM' GROUP BY LoanId HAVING SUM(Total)>0 )b ON a.LoanId=b.LoanId WHERE a.LoanStatus IN ('LoanDisbursed','LoanCLosed') AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerName, a.CenterName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 27/09/2025 04:04:50 PM PageName: DataTableResult String str: AND DDate>='10/2/2025 12:00:00 AM' AND DDate<'10/3/2025 12:00:00 AM' GROUP BY LoanId HAVING SUM(Total)>0 )b ON a.LoanId=b.LoanId WHERE a.LoanStatus IN ('LoanDisbursed','LoanCLosed') AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerName, a.CenterName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Incorrect syntax near the keyword 'AND'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/09/2025 04:04:50 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: AND DDate>='10/2/2025 12:00:00 AM' AND DDate<'10/3/2025 12:00:00 AM' GROUP BY LoanId HAVING SUM(Total)>0 )b ON a.LoanId=b.LoanId WHERE a.LoanStatus IN ('LoanDisbursed','LoanCLosed') AND a.BranchId IN ('104','106','105','100','101','102','103') AND isnull(a.GroupName,'GroupLoan')!='Individual' ORDER BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerName, a.CenterName, a.MemberName, a.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 27/09/2025 04:08:28 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 04:08:28 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 04:09:42 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 04:09:42 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 04:17:58 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 04:17:58 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 04:24:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 04:24:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 04:28:22 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 04:28:22 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 05:07:40 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 05:07:40 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 05:22:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 27/09/2025 05:22:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 27/09/2025 05:22:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 27/09/2025 05:23:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 27/09/2025 09:28:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 09:28:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 09:35:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 09:35:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/09/2025 09:43:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/09/2025 09:43:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/09/2025 09:43:35 AM PageName: LoanOfficerHomePage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerHomePage.Page_Load(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 28/09/2025 12:29:52 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05004:01:09:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 28/09/2025 12:29:52 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05004:01:09:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 28/09/2025 12:29:58 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05004:01:09:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 28/09/2025 12:29:58 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05004:01:09:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 28/09/2025 12:30:05 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:05004:01:09:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 28/09/2025 12:30:39 PM PageName: GroupLoan_PrintRDLCPage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanSanctionLetter() TargetSite: Void GroupLoanSanctionLetter() Time: 28/09/2025 03:48:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 28/09/2025 03:48:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 28/09/2025 03:48:48 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 28/09/2025 03:48:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 29/09/2025 06:56:39 AM PageName: DataTableResult String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00053' AND a.MeetingType='Weekly' AND a.TransferDate='9/29/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'NewCenterOfficerId'. Invalid column name 'TransferDate'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 29/09/2025 06:56:39 AM PageName: LoanOfficer_GroupLoanAllocatedCenterMeeting String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00053' AND a.MeetingType='Weekly' AND a.TransferDate='9/29/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fl4ak2fe StackTrace: at LoanOfficer_GroupLoanAllocatedCenterMeeting.FillOfficer() TargetSite: Void FillOfficer() Time: 29/09/2025 10:43:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 29/09/2025 10:43:19 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 10:43:19 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 10:46:14 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 10:46:14 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 10:51:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 10:51:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 11:06:43 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 11:06:43 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 11:22:39 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 11:22:39 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 11:22:41 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 11:22:41 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 11:23:52 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 11:23:52 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 12:14:29 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 12:14:29 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 12:15:48 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 12:15:48 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 12:19:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 12:19:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 12:39:16 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 12:39:16 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 12:46:30 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 12:46:30 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 12:59:53 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 12:59:53 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 01:00:06 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 01:00:06 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 01:57:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 01:57:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 02:50:42 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 02:50:42 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 02:51:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 02:51:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 02:52:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 02:52:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 02:55:18 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 02:55:18 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 02:56:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 02:56:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 02:57:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 02:57:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 03:06:14 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 03:06:14 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 03:14:45 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 03:14:45 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 03:26:45 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00001497'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_PrintRDLCPage.GroupLoanStatement() TargetSite: Void AbortInternal() Time: 29/09/2025 03:26:45 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00001497'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanStatement() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanStatement() Time: 29/09/2025 07:46:46 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 07:46:46 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 08:52:58 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 08:52:58 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 09:01:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 09:01:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 09:29:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 09:29:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 10:08:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 10:08:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 10:14:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 10:14:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 10:17:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 10:17:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 10:27:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 10:27:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 10:31:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 10:31:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 10:38:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 10:38:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 11:07:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 11:07:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/09/2025 11:07:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/09/2025 11:07:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 09:55:55 AM PageName: GroupLoan_GroupLoanUpdateMobileNo String str: SELECT a.MemberId, a.MemberName, a.LoanId, a.MobileNo, a.ContactNo, a.LoanAmount, convert(char,a.DisburseDate,106)AS DisburseDate, rtrim(convert(char,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.GLoanTypeNo, a.CenterId, a.CenterName, a.LoanOfficerId, a.LoanOfficerName, a.BranchName+' ('+a.BranchId+')' AS BranchName FROM GroupLoanAccount a WITH(nolock) WHERE LoanStatus IN ('LoanDisbursed','LoanClosed') String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanUpdateMobileNo.FillData() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 30/09/2025 10:36:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 10:36:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 10:41:39 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 10:41:39 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 10:46:08 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 10:46:08 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 10:50:40 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 10:50:40 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 11:32:14 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 11:32:14 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 11:44:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 11:44:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 12:14:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 12:14:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 12:18:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 12:18:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 12:26:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 12:26:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 12:40:29 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 12:40:29 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 01:24:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 01:24:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 01:49:32 PM PageName: GroupLoan_GroupCollectionEffeciencyReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupCollectionEffeciencyReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 01:49:32 PM PageName: GroupLoan_GroupCollectionEffeciencyReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fpv521aw StackTrace: at GroupLoan_GroupCollectionEffeciencyReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupCollectionEffeciencyReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 02:57:55 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 02:57:55 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 03:41:13 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/09/2025 04:41:57 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 04:41:57 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 04:44:44 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 04:44:44 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 04:54:40 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 04:54:40 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 04:58:28 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 04:58:28 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 05:02:31 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 05:02:31 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 05:31:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 05:31:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 05:37:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 05:37:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 05:49:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 05:49:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 06:42:07 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/09/2025 06:42:07 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/09/2025 07:01:20 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/09/2025 08:28:58 PM PageName: GroupLoan_BranchCenterFormation String str: SELECT Count(1)AS Nos0 FROM GroupCenterMaster WHERE CenterId='105018' ; String sql: INSERT INTO GroupCenterMaster ( BranchId, BranchName, CenterRegDate, CenterIdType, CenterId, CenterName, CenterOfficerId, CenterOfficerName, CenterType, MeetingType, MeetingDate, MeetingDay, MeetingTime, MeetingDetail, CenterLatitude, CenterLongitude, CenterStatus, EntryUser, EntryTime ) VALUES ( '105', 'Gopalganj', '9/30/2025 12:00:00 AM', 'Software', '105018', 'Cn. 062 Sreya Tower ke pas Gudiya khatoon', 'EMP00062', 'Indrajeet Dubey', 'Group', 'Weekly', '9', 'Friday', '19:00', 'Cn. 062 Sreya Tower ke pas Gudiya khatoon', 'Cn. 062 Sreya Tower', 'Cn. 062 Sreya Tower ke pas Gudiya khatoon', 'Active', 'emp00038', GETDATE() ); Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String or binary data would be truncated. The statement has been terminated. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_BranchCenterFormation.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/09/2025 08:29:07 PM PageName: GroupLoan_BranchCenterFormation String str: SELECT Count(1)AS Nos0 FROM GroupCenterMaster WHERE CenterId='105018' ; String sql: INSERT INTO GroupCenterMaster ( BranchId, BranchName, CenterRegDate, CenterIdType, CenterId, CenterName, CenterOfficerId, CenterOfficerName, CenterType, MeetingType, MeetingDate, MeetingDay, MeetingTime, MeetingDetail, CenterLatitude, CenterLongitude, CenterStatus, EntryUser, EntryTime ) VALUES ( '105', 'Gopalganj', '9/30/2025 12:00:00 AM', 'Software', '105018', 'Cn. 062 Sreya Tower ke pas Gudiya khatoon', 'EMP00062', 'Indrajeet Dubey', 'Group', 'Weekly', '9', 'Friday', '19:00', 'Cn. 062 Sreya Tower ke pas Gudiya khatoon', 'Cn. 062 Sreya Tower', 'Cn. 062 Sreya Tower ke pas Gudiya khatoon', 'Active', 'emp00038', GETDATE() ); Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String or binary data would be truncated. The statement has been terminated. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_BranchCenterFormation.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/09/2025 08:49:47 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/09/2025 08:58:42 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/09/2025 09:34:34 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 30/09/2025 09:38:18 PM PageName: GroupLoan_GroupLoanDisbursement String str: SELECT Count(1) AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00032883' ; SELECT Count(1) AS Nos2 FROM GroupLoanAccount WHERE LoanId='GL00001533' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00032883', 'GroupLoanDisbursement', GETDATE(), 'emp00038' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; UPDATE GroupLoanAccount SET LoanId= 'GL00001533' WHERE SanctionId='GS10001531' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 30/09/2025 09:38:30 PM PageName: GroupLoan_GroupLoanDisbursement String str: SELECT Count(1) AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00032883' ; SELECT Count(1) AS Nos2 FROM GroupLoanAccount WHERE LoanId='GL00001533' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00032883', 'GroupLoanDisbursement', GETDATE(), 'emp00038' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; UPDATE GroupLoanAccount SET LoanId= 'GL00001533' WHERE SanctionId='GS10001531' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 30/09/2025 09:38:47 PM PageName: GroupLoan_GroupLoanDisbursement String str: SELECT Count(1) AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00032883' ; SELECT Count(1) AS Nos2 FROM GroupLoanAccount WHERE LoanId='GL00001533' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00032883', 'GroupLoanDisbursement', GETDATE(), 'emp00038' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; UPDATE GroupLoanAccount SET LoanId= 'GL00001533' WHERE SanctionId='GS10001531' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 30/09/2025 09:39:09 PM PageName: GroupLoan_GroupLoanDisbursement String str: SELECT Count(1) AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00032883' ; SELECT Count(1) AS Nos2 FROM GroupLoanAccount WHERE LoanId='GL00001533' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00032883', 'GroupLoanDisbursement', GETDATE(), 'emp00038' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; UPDATE GroupLoanAccount SET LoanId= 'GL00001533' WHERE SanctionId='GS10001531' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 30/09/2025 10:07:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 10:07:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 10:14:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 10:14:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 10:22:32 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 10:22:32 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 10:24:20 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/09/2025 10:34:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 10:34:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 10:47:44 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 30/09/2025 10:48:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 10:48:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 11:31:41 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 11:33:58 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 11:33:58 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/09/2025 11:48:39 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/09/2025 11:48:39 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 12:40:48 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 12:40:48 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 12:41:08 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 12:41:08 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 10:57:02 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 10:57:02 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 11:00:36 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 11:00:36 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 11:04:28 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 11:04:28 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 11:08:32 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 11:08:32 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 11:18:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 11:18:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 11:22:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 11:22:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 11:25:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 11:25:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 11:38:39 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 11:38:39 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 11:41:22 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 11:41:22 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 11:52:08 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 11:52:08 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 11:56:43 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 11:56:43 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 12:01:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 12:01:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 12:09:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 12:09:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 12:16:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 12:16:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 12:17:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 12:17:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 12:18:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 12:18:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 12:19:09 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 12:19:09 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 12:20:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 12:20:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 12:20:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 12:20:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 01:59:36 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 01:59:36 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 02:01:17 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 02:01:17 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 05:41:18 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 01/10/2025 05:41:18 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 01/10/2025 05:41:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 01/10/2025 05:41:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 01/10/2025 05:41:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 01/10/2025 05:41:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 01/10/2025 05:41:56 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 01/10/2025 06:44:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 06:44:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 07:28:58 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00062' AND ld.CenterId='N2:01:05047' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/10/2025 07:28:58 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00062' AND ld.CenterId='N2:01:05047' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/10/2025 07:28:58 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00062' AND ld.CenterId='N2:01:05047' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/10/2025 07:28:58 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00062' AND ld.CenterId='N2:01:05047' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/10/2025 07:28:58 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00062' AND ld.CenterId='N2:01:05047' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/10/2025 07:28:58 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00062' AND ld.CenterId='N2:01:05047' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/10/2025 07:28:58 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00062' AND ld.CenterId='N2:01:05047' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/10/2025 07:28:58 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00062' AND ld.CenterId='N2:01:05047' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/10/2025 07:28:58 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00062' AND ld.CenterId='N2:01:05047' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/10/2025 07:28:58 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00062' AND ld.CenterId='N2:01:05047' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/10/2025 07:32:19 PM PageName: GroupLoan_GroupLoanCenterMeetingApproval String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanCenterMeetingApproval.grdData_Sorting(Object sender, GridViewSortEventArgs e) TargetSite: Void grdData_Sorting(System.Object, System.Web.UI.WebControls.GridViewSortEventArgs) Time: 01/10/2025 07:32:25 PM PageName: GroupLoan_GroupLoanCenterMeetingApproval String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanCenterMeetingApproval.grdData_Sorting(Object sender, GridViewSortEventArgs e) TargetSite: Void grdData_Sorting(System.Object, System.Web.UI.WebControls.GridViewSortEventArgs) Time: 01/10/2025 09:32:30 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 09:32:30 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 10:00:51 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 10:00:51 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 10:01:17 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 10:01:17 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 10:01:32 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 10:01:32 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 10:04:11 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 10:04:11 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 10:20:47 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 10:20:47 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 10:35:53 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 10:35:53 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 10:37:25 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 10:37:25 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 10:38:59 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 10:38:59 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 10:41:29 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 10:41:29 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 10:43:09 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 10:43:09 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 10:43:13 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 10:43:13 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 10:44:23 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 10:44:23 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 10:47:07 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 10:47:07 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 10:50:31 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/10/2025 10:50:31 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/10/2025 11:07:22 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/10/2025 11:26:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 01/10/2025 11:26:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 01/10/2025 11:26:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 03/10/2025 10:00:48 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='10/3/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00087' AND a.CenterId='N2:01:02040' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 03/10/2025 10:01:10 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='10/3/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00087' AND a.CenterId='N2:01:02040' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 03/10/2025 10:21:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/10/2025 10:21:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/10/2025 10:28:06 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/10/2025 10:28:06 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/10/2025 12:23:47 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000365' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 04/10/2025 11:52:55 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/10/2025 11:52:55 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/10/2025 12:50:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/10/2025 12:50:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/10/2025 03:24:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/10/2025 03:24:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/10/2025 04:35:42 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/10/2025 04:35:42 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/10/2025 11:47:01 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/10/2025 11:47:01 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/10/2025 11:47:12 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/10/2025 11:47:12 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/10/2025 11:51:21 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/10/2025 11:51:21 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/10/2025 12:05:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/10/2025 12:05:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/10/2025 12:09:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/10/2025 12:09:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/10/2025 12:11:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/10/2025 12:11:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/10/2025 12:16:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/10/2025 12:16:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/10/2025 07:52:58 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: DECLARE @TDate DATE; SET @TDate='10/5/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.FromDueNo, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND PStatus='Due' AND DDate<@TDate GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 05/10/2025 09:31:00 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/10/2025 09:31:57 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/10/2025 09:33:37 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/10/2025 09:36:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/10/2025 09:36:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 10:36:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 10:36:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 11:44:57 AM PageName: DataTableResult String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/1/2024 12:00:00 AM', '10/6/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Could not find stored procedure 'dbo.ProWebCibilEquifaxHighmarkDataGroupLoan'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 11:44:57 AM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/1/2024 12:00:00 AM', '10/6/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dvbvndpm StackTrace: at GroupLoan_CibilHighmarkEquifaxDataExport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 06/10/2025 12:13:40 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 12:13:40 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 12:17:09 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 06/10/2025 12:46:12 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 12:46:12 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 12:46:37 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 12:46:37 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 01:52:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 01:52:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 01:59:30 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 01:59:30 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 02:07:05 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 06/10/2025 02:07:05 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 06/10/2025 02:07:09 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 06/10/2025 02:07:09 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 06/10/2025 02:07:09 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 06/10/2025 02:07:28 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 06/10/2025 02:07:28 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 06/10/2025 03:50:10 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 03:50:10 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 06/10/2025 03:50:10 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 03:50:10 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 06/10/2025 03:50:10 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 03:50:10 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 06/10/2025 03:50:45 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 03:50:45 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 06/10/2025 03:50:45 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 03:50:45 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 06/10/2025 03:50:45 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 03:50:45 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 06/10/2025 03:51:24 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 03:51:24 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 06/10/2025 03:51:24 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 03:51:24 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 06/10/2025 03:51:24 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 03:51:24 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 06/10/2025 03:51:51 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 03:51:51 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 06/10/2025 03:51:51 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 03:51:51 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 06/10/2025 03:51:51 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 03:51:51 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 06/10/2025 03:52:19 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 03:52:19 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 06/10/2025 03:52:19 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 03:52:19 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 06/10/2025 03:52:19 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 03:52:19 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 06/10/2025 04:26:11 PM PageName: DataTableResult String str: SELECT MemberId, MemberName FROM EmployeeRegistrationDetail WITH(nolock) WHERE BankAccountNo='2950001700123448' AND BankIFSCCode='PUNB0295000' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MemberId'. Invalid column name 'MemberName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 04:26:11 PM PageName: Employee_EmployeeRegistrationVerificationNew String str: SELECT MemberId, MemberName FROM EmployeeRegistrationDetail WITH(nolock) WHERE BankAccountNo='2950001700123448' AND BankIFSCCode='PUNB0295000' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_3kjzzp55 StackTrace: at Employee_EmployeeRegistrationVerificationNew.btnEmployeeBankCheck_Click(Object sender, EventArgs e) TargetSite: Void btnEmployeeBankCheck_Click(System.Object, System.EventArgs) Time: 06/10/2025 04:34:32 PM PageName: DataSetResult String str: SELECT BankId, BankName FROM BankNameMaster WITH(nolock) WHERE BankStatus='Active' ORDER BY BankName ; SELECT StateId, StateName FROM StateNameMaster WITH(nolock) WHERE StateStatus='Active' ORDER BY StateName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerStatus='Active' AND a.LedgerMain=300000 ORDER BY a.LedgerName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerStatus='Active' AND a.LedgerMain=700000 ORDER BY a.LedgerName ; SELECT POIName FROM POIDocumentMaster WITH(nolock) WHERE POIStatus='Active' ORDER BY POIName ; SELECT POAName FROM POADocumentMaster WITH(nolock) WHERE POAStatus='Active' ORDER BY POAName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'POIDocumentMaster'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.TryNextResult(Boolean& more) at System.Data.SqlClient.SqlDataReader.NextResult() at System.Data.ProviderBase.DataReaderContainer.NextResult() at System.Data.Common.DataAdapter.FillNextResult(DataReaderContainer dataReader) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/10/2025 04:34:32 PM PageName: Employee_EmployeeRegistrationUpdateVerification String str: SELECT BankId, BankName FROM BankNameMaster WITH(nolock) WHERE BankStatus='Active' ORDER BY BankName ; SELECT StateId, StateName FROM StateNameMaster WITH(nolock) WHERE StateStatus='Active' ORDER BY StateName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerStatus='Active' AND a.LedgerMain=300000 ORDER BY a.LedgerName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerStatus='Active' AND a.LedgerMain=700000 ORDER BY a.LedgerName ; SELECT POIName FROM POIDocumentMaster WITH(nolock) WHERE POIStatus='Active' ORDER BY POIName ; SELECT POAName FROM POADocumentMaster WITH(nolock) WHERE POAStatus='Active' ORDER BY POAName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_qnpkp0xm StackTrace: at Employee_EmployeeRegistrationUpdateVerification.FillDDLData() TargetSite: Void FillDDLData() Time: 06/10/2025 05:26:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 05:26:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 05:28:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 05:28:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 05:39:28 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 05:39:28 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 05:45:02 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 05:45:02 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 05:52:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 05:52:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 05:54:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 05:54:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 05:54:52 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 05:54:52 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 06:24:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 06:24:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 06:27:12 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 06:27:12 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 06:29:20 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 06:29:20 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 06:29:48 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 06:29:48 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 06:34:34 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 06:34:34 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/10/2025 06:42:51 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 06/10/2025 06:43:08 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 06/10/2025 06:49:10 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/10/2025 06:49:10 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 06:47:01 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/10/2025 07:01:31 AM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:03042:01:01:02:02' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 07/10/2025 07:01:31 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:03042:01:01:02:02' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 07/10/2025 07:01:40 AM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:03042:01:01:02:02' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 07/10/2025 07:01:40 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:03042:01:01:02:02' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 07/10/2025 07:01:46 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:03042:01:01:02:02' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 07/10/2025 10:21:08 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 10:21:08 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 10:25:57 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 10:25:57 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 10:27:50 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 10:27:50 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 10:29:30 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 10:29:30 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 10:33:13 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 10:33:13 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanRepaymentMultiple.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 10:37:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 10:37:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 10:49:09 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 10:49:09 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 12:18:34 PM PageName: GroupLoan_GroupCollectionEffeciencyReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupCollectionEffeciencyReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 12:18:34 PM PageName: GroupLoan_GroupCollectionEffeciencyReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fpv521aw StackTrace: at GroupLoan_GroupCollectionEffeciencyReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupCollectionEffeciencyReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 12:49:48 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 12:49:48 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 12:50:09 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 12:50:09 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 12:50:20 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 12:50:20 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 12:53:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 12:53:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 01:46:59 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/10/2025 02:24:10 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/10/2025 02:29:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 02:29:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 02:30:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 02:30:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 03:07:17 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 03:07:17 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 03:08:16 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 03:08:16 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 05:03:26 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/10/2025 05:04:30 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 05:04:30 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 05:22:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 05:48:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 05:48:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 05:48:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 05:48:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 05:49:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 05:49:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 06:03:28 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 06:03:28 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 06:04:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 06:04:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 06:38:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 06:38:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 07:18:40 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/7/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='106012' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 07/10/2025 07:18:40 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/7/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='106012' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 07/10/2025 07:18:40 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/7/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='106012' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 07/10/2025 07:18:40 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/7/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='106012' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 07/10/2025 07:18:40 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/7/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='106012' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 07/10/2025 07:18:47 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/7/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='106012' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 07/10/2025 07:18:47 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/7/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='106012' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 07/10/2025 07:18:47 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/7/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='106012' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 07/10/2025 07:18:47 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/7/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='106012' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 07/10/2025 07:18:47 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/7/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00060' AND ld.CenterId='106012' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 07/10/2025 07:41:01 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/10/2025 07:42:50 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/10/2025 08:26:20 PM PageName: GroupLoan_GroupLoanSanction String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nu453kzt StackTrace: at GroupLoan_GroupLoanSanction.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/10/2025 09:43:05 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/10/2025 09:43:05 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 06:33:24 AM PageName: DataTableResult String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00050' AND a.MeetingType='Weekly' AND a.TransferDate='10/8/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'NewCenterOfficerId'. Invalid column name 'TransferDate'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/10/2025 06:33:24 AM PageName: LoanOfficer_GroupLoanAllocatedCenterMeeting String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00050' AND a.MeetingType='Weekly' AND a.TransferDate='10/8/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fl4ak2fe StackTrace: at LoanOfficer_GroupLoanAllocatedCenterMeeting.FillOfficer() TargetSite: Void FillOfficer() Time: 08/10/2025 06:33:44 AM PageName: DataTableResult String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00050' AND a.MeetingType='Weekly' AND a.TransferDate='10/8/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'NewCenterOfficerId'. Invalid column name 'TransferDate'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/10/2025 06:33:44 AM PageName: LoanOfficer_GroupLoanAllocatedCenterMeeting String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00050' AND a.MeetingType='Weekly' AND a.TransferDate='10/8/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fl4ak2fe StackTrace: at LoanOfficer_GroupLoanAllocatedCenterMeeting.FillOfficer() TargetSite: Void FillOfficer() Time: 08/10/2025 06:34:43 AM PageName: DataTableResult String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00050' AND a.MeetingType='Weekly' AND a.TransferDate='10/8/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'NewCenterOfficerId'. Invalid column name 'TransferDate'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/10/2025 06:34:43 AM PageName: LoanOfficer_GroupLoanAllocatedCenterMeeting String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00050' AND a.MeetingType='Weekly' AND a.TransferDate='10/8/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fl4ak2fe StackTrace: at LoanOfficer_GroupLoanAllocatedCenterMeeting.FillOfficer() TargetSite: Void FillOfficer() Time: 08/10/2025 06:36:55 AM PageName: DataTableResult String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00050' AND a.MeetingType='Weekly' AND a.TransferDate='10/8/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'NewCenterOfficerId'. Invalid column name 'TransferDate'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/10/2025 06:36:55 AM PageName: LoanOfficer_GroupLoanAllocatedCenterMeeting String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00050' AND a.MeetingType='Weekly' AND a.TransferDate='10/8/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fl4ak2fe StackTrace: at LoanOfficer_GroupLoanAllocatedCenterMeeting.FillOfficer() TargetSite: Void FillOfficer() Time: 08/10/2025 06:36:55 AM PageName: DataTableResult String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00050' AND a.MeetingType='Weekly' AND a.TransferDate='10/8/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'NewCenterOfficerId'. Invalid column name 'TransferDate'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/10/2025 06:36:55 AM PageName: LoanOfficer_GroupLoanAllocatedCenterMeeting String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00050' AND a.MeetingType='Weekly' AND a.TransferDate='10/8/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fl4ak2fe StackTrace: at LoanOfficer_GroupLoanAllocatedCenterMeeting.FillOfficer() TargetSite: Void FillOfficer() Time: 08/10/2025 10:52:34 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 10:52:34 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 10:54:40 AM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/10/2025 10:54:40 AM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 08/10/2025 10:54:40 AM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/10/2025 10:54:40 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 08/10/2025 10:54:40 AM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/10/2025 10:54:40 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 08/10/2025 10:56:57 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 10:56:57 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 10:59:41 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 10:59:41 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 11:00:03 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 11:00:03 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 11:01:14 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 11:01:14 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 11:02:23 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 11:02:23 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 11:04:09 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 11:04:09 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 11:05:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 11:05:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 11:07:00 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 11:07:00 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 11:21:25 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 11:21:25 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 11:36:47 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 11:36:47 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 11:38:19 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 11:38:19 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 11:39:28 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 11:39:28 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 11:47:35 AM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT GroupLoanFullDetailHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanFullDetailHTMLReportPageName, (SELECT GroupLoanCardFrontLandScapeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardFrontHTMLReportPageName, (SELECT GroupLoanCardBackPotraitHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardBackHTMLReportPageName, (SELECT GroupLoanStatementHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanStatementHTMLReportPageName, (SELECT GroupLoanDemandNoticeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanDemandNoticeHTMLReportPageName, (SELECT GroupLoanNOCCertificateHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='N2:01:03012:01:04:02:01' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 08/10/2025 11:47:50 AM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT GroupLoanFullDetailHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanFullDetailHTMLReportPageName, (SELECT GroupLoanCardFrontLandScapeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardFrontHTMLReportPageName, (SELECT GroupLoanCardBackPotraitHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardBackHTMLReportPageName, (SELECT GroupLoanStatementHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanStatementHTMLReportPageName, (SELECT GroupLoanDemandNoticeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanDemandNoticeHTMLReportPageName, (SELECT GroupLoanNOCCertificateHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='N2:01:03012:01:04:02:01' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 08/10/2025 11:59:48 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 08/10/2025 12:00:12 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 08/10/2025 12:17:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 08/10/2025 12:17:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 08/10/2025 12:18:02 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 08/10/2025 12:18:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 08/10/2025 12:18:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 08/10/2025 01:22:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 01:22:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 02:49:01 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 02:49:01 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 02:59:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 02:59:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 03:04:59 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 03:04:59 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 03:46:47 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 03:46:47 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 03:47:57 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 03:47:57 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 03:48:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 03:48:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 03:49:48 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 03:49:48 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 03:51:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 03:51:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 03:53:24 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000431' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 08/10/2025 03:56:57 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 03:56:57 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 04:00:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 04:00:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 04:01:58 PM PageName: LoanOfficerLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 08/10/2025 04:30:34 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 04:30:34 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 04:47:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 04:47:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 04:52:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/10/2025 04:52:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/10/2025 04:54:01 PM PageName: DataTableTransaction String str: String sql: SELECT Count(1)AS Nos FROM EmployeeRegistrationDetail WITH(nolock) WHERE EmployeePassword='MQA=' AND EmployeeId='EMP00057' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'EmployeePassword'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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 ClassMaster.DataTableTransaction(String sql, SqlTransaction trans) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/10/2025 04:54:01 PM PageName: LoanOfficerMobileChangePassword String str: SELECT Count(1)AS Nos FROM EmployeeRegistrationDetail WITH(nolock) WHERE EmployeePassword='MQA=' AND EmployeeId='EMP00057' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_zddjbtlp StackTrace: at LoanOfficerMobileChangePassword.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 08/10/2025 04:57:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 08/10/2025 04:57:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 08/10/2025 04:57:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 08/10/2025 04:57:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 08/10/2025 04:57:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 08/10/2025 05:54:32 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 08/10/2025 06:50:11 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 08/10/2025 06:50:11 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 08/10/2025 10:25:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 08/10/2025 10:25:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 08/10/2025 10:25:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 09/10/2025 08:45:40 AM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:02059:01:02'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 09/10/2025 08:45:40 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:02059:01:02'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 09/10/2025 08:59:31 AM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:02059:01:02'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 09/10/2025 08:59:31 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:02059:01:02'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 09/10/2025 10:42:06 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 10:42:06 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 10:45:36 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 10:45:36 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 10:48:31 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 10:48:31 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 10:51:32 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 10:51:32 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 11:11:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 11:11:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 11:13:29 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 11:13:29 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 11:18:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 11:18:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 11:22:33 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 11:22:33 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 11:48:53 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 11:48:53 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 12:00:32 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 12:00:32 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 12:06:15 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 12:06:15 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 12:13:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 12:13:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 12:19:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 09/10/2025 12:19:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 09/10/2025 12:39:42 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001064' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 09/10/2025 01:05:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 01:05:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 01:13:48 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 01:13:48 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 03:48:33 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 05:18:09 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 09/10/2025 06:49:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 09/10/2025 06:49:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 09/10/2025 06:50:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='10/15/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 09/10/2025 06:57:44 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 06:57:44 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 07:05:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 07:05:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 09:26:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 09:26:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/10/2025 09:28:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/10/2025 09:28:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 06:57:50 AM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 10/10/2025 09:47:19 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The remote host closed the connection. The error code is 0x80070079. Source: System.Web StackTrace: at System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect) at System.Web.Hosting.IIS7WorkerRequest.ExplicitFlush() at System.Web.HttpResponse.Flush(Boolean finalFlush, Boolean async) at System.Web.HttpResponse.Flush() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void RaiseCommunicationError(Int32, Boolean) Time: 10/10/2025 09:48:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/10/2025 10:40:46 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 10:40:46 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 11:06:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 11:06:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 11:25:56 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 11:25:56 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 11:27:02 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 11:27:02 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 11:27:16 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 11:27:16 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 11:48:54 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 11:48:54 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 11:56:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 11:57:24 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 12:01:15 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 12:03:13 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 12:08:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 12:39:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 12:39:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 12:47:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/10/2025 01:22:26 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/10/2025 01:22:26 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 10/10/2025 01:22:26 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/10/2025 01:22:26 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 10/10/2025 01:22:26 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/10/2025 01:22:26 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 10/10/2025 01:27:22 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/10/2025 01:27:22 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 10/10/2025 01:27:22 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/10/2025 01:27:22 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 10/10/2025 01:27:22 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/10/2025 01:27:22 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 10/10/2025 03:23:25 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/10/2025 03:26:55 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 03:26:55 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 03:28:56 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 03:28:56 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 03:32:04 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 03:32:04 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 03:34:34 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 03:34:34 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 04:10:51 PM PageName: UserMasterSetting_DashBoardForAccount String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at UserMasterSetting_DashBoardForAccount.Page_Load(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/10/2025 04:10:58 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/10/2025 04:10:58 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 10/10/2025 04:10:58 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/10/2025 04:10:58 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 10/10/2025 04:10:58 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/10/2025 04:10:58 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 10/10/2025 04:11:33 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/10/2025 04:11:33 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 10/10/2025 04:11:33 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/10/2025 04:11:33 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 10/10/2025 04:11:33 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/10/2025 04:11:33 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 10/10/2025 04:21:53 PM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT GroupLoanFullDetailHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanFullDetailHTMLReportPageName, (SELECT GroupLoanCardFrontLandScapeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardFrontHTMLReportPageName, (SELECT GroupLoanCardBackPotraitHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardBackHTMLReportPageName, (SELECT GroupLoanStatementHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanStatementHTMLReportPageName, (SELECT GroupLoanDemandNoticeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanDemandNoticeHTMLReportPageName, (SELECT GroupLoanNOCCertificateHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='GL00001478' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 10/10/2025 05:21:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 10/10/2025 05:21:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 10/10/2025 05:21:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/10/2025 05:21:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 10/10/2025 05:21:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 10/10/2025 05:29:09 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 05:29:09 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 05:30:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 05:30:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 05:37:30 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 05:37:30 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 05:53:41 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 05:53:41 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 05:54:25 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 05:54:25 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 05:59:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 05:59:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 06:06:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 10/10/2025 06:06:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 10/10/2025 06:06:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/10/2025 06:15:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 10/10/2025 06:15:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 10/10/2025 06:15:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/10/2025 06:15:26 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/10/2025 06:19:58 PM PageName: DataTableResult String str: SELECT BankCode, BankName, BankDetail, BankStatus, SrNo FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='Active' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'BankDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/10/2025 06:19:58 PM PageName: UserMasterSetting_BankNameMasterNew String str: SELECT BankCode, BankName, BankDetail, BankStatus, SrNo FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='Active' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_bvkasuky StackTrace: at UserMasterSetting_BankNameMasterNew.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/10/2025 06:21:15 PM PageName: DataTableResult String str: SELECT BankCode, BankName, BankDetail, BankStatus, SrNo FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='Active' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'BankDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/10/2025 06:21:15 PM PageName: UserMasterSetting_BankNameMasterNew String str: SELECT BankCode, BankName, BankDetail, BankStatus, SrNo FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='Active' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_bvkasuky StackTrace: at UserMasterSetting_BankNameMasterNew.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/10/2025 08:49:01 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 08:49:01 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/10/2025 10:45:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 10/10/2025 10:45:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 10/10/2025 10:45:07 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/10/2025 11:09:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/10/2025 11:09:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 10:41:38 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 10:41:38 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 10:44:27 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 10:44:27 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 10:46:47 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 10:46:47 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 10:48:28 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 10:48:28 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 10:48:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 10:48:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 10:50:15 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 10:50:15 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 10:50:54 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 10:50:54 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 10:53:01 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 10:53:01 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 11:59:36 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 11:59:36 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 12:07:26 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 11/10/2025 12:07:26 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 11/10/2025 12:07:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 11/10/2025 12:07:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 11/10/2025 12:07:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 11/10/2025 12:23:57 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 11/10/2025 12:27:26 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 11/10/2025 12:27:26 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 11/10/2025 12:27:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 11/10/2025 12:27:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 11/10/2025 12:33:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 12:33:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 12:45:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 11/10/2025 12:50:23 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 12:50:23 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 12:50:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 12:50:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 01:16:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 01:16:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 01:19:47 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 01:19:47 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 01:28:20 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 01:28:20 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 01:38:23 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 01:38:23 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 03:35:37 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/11/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/11/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/10/2025 03:35:37 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/11/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/11/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 11/10/2025 03:35:37 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='10/11/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/10/2025 03:35:37 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='10/11/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 11/10/2025 03:35:37 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 11/10/2025 03:38:10 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/11/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/11/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/10/2025 03:38:10 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/11/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/11/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 11/10/2025 03:38:10 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='10/11/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/10/2025 03:38:10 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='10/11/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 11/10/2025 03:38:10 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 11/10/2025 03:38:14 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/10/2025 03:38:14 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 11/10/2025 03:38:14 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/10/2025 03:38:14 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 11/10/2025 03:38:14 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/10/2025 03:38:14 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 11/10/2025 03:38:43 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/10/2025 03:48:19 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/10/2025 03:51:27 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/10/2025 03:54:03 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/10/2025 04:05:11 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 04:05:11 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 04:12:02 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/10/2025 05:23:44 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 05:23:44 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 05:31:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 05:31:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 05:46:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 05:46:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 05:55:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 05:55:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 05:56:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 05:56:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 06:09:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 06:09:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 06:16:36 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 06:16:36 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 06:30:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 06:30:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 06:35:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 06:35:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 06:39:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 06:39:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 06:41:15 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/10/2025 06:41:15 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/10/2025 10:38:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 11/10/2025 10:38:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 11/10/2025 10:38:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 12/10/2025 08:48:58 AM PageName: LoanOfficerHomePage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerHomePage.Page_Load(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/10/2025 03:38:42 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 12/10/2025 03:38:42 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 12/10/2025 03:38:52 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='10/16/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), LoanId VARCHAR(50), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), NoOfOD INT, MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 12/10/2025 06:29:28 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/10/2025 06:29:28 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/10/2025 06:30:22 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/10/2025 06:30:22 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/10/2025 07:05:43 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/10/2025 07:05:43 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/10/2025 07:06:51 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/10/2025 07:06:51 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/10/2025 07:08:27 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/10/2025 07:08:27 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/10/2025 07:24:21 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/10/2025 07:24:21 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 10:56:06 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 10:56:06 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 11:01:30 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 11:01:30 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 11:05:05 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 11:05:05 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 11:05:17 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 11:05:17 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 11:10:02 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 13/10/2025 11:10:02 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 13/10/2025 11:10:29 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 13/10/2025 11:10:29 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 13/10/2025 11:10:29 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 13/10/2025 11:11:34 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 11:11:34 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 11:14:28 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 11:14:28 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 11:18:08 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 11:18:08 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 11:21:58 AM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 13/10/2025 11:36:56 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 11:36:56 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 11:37:05 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 11:37:05 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 11:48:14 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 11:48:14 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 11:58:25 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 11:58:25 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 12:23:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 12:23:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 12:36:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 12:36:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 12:42:43 PM PageName: GroupLoan_GroupMemberDeathReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_vonjywps StackTrace: at GroupLoan_GroupMemberDeathReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 13/10/2025 12:48:36 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 13/10/2025 12:48:36 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 13/10/2025 12:48:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 13/10/2025 12:48:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 13/10/2025 12:48:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 13/10/2025 01:09:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 01:09:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 01:24:19 PM PageName: GroupLoan_GroupCenterOfficerTransfer String str: String sql: ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='60' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='60' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01063' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01063' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01063' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01063' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01063' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='65' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='65' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01068' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01068' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01068' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01068' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01068' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='375' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='375' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01076' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01076' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01076' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01076' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01076' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='360' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='360' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01073' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01073' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01073' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01073' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01073' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='2' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='2' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01003' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01003' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01003' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01003' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01003' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='411' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='411' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101014' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101014' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101014' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101014' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101014' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='17' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='17' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01019' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01019' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01019' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01019' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01019' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='418' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='418' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101018' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101018' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101018' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101018' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101018' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='20' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='20' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01022' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01022' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01022' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01022' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01022' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='59' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='59' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01062' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01062' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01062' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01062' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01062' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='8' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='8' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01010' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01010' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01010' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01010' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01010' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='1' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='1' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01001' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01001' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01001' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01001' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01001' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='394' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='394' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101008' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101008' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101008' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101008' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101008' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='395' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='395' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101009' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101009' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101009' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101009' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101009' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='12' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='12' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01014' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01014' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01014' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01014' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01014' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='18' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='18' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01020' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01020' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01020' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01020' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01020' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='66' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='66' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01069' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01069' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01069' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01069' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01069' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='387' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='387' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01077' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01077' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01077' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01077' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01077' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='401' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='401' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101010' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101010' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101010' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101010' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101010' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='421' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='421' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101019' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101019' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101019' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101019' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101019' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out Message: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Operation cancelled by user. The statement has been terminated. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupCenterOfficerTransfer.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 13/10/2025 01:34:25 PM PageName: GroupLoan_GroupCenterOfficerTransfer String str: String sql: ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='65' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='65' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01068' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01068' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01068' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01068' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01068' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='375' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='375' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01076' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01076' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01076' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01076' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01076' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='360' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='360' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01073' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01073' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01073' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01073' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01073' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='2' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='2' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01003' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01003' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01003' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01003' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01003' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='411' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='411' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101014' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101014' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101014' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101014' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101014' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='17' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='17' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01019' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01019' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01019' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01019' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01019' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='418' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='418' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101018' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101018' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101018' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101018' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101018' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='20' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='20' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01022' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01022' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01022' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01022' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01022' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='59' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='59' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01062' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01062' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01062' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01062' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01062' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='8' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='8' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01010' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01010' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01010' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01010' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01010' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='1' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='1' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01001' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01001' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01001' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01001' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01001' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='394' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='394' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101008' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101008' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101008' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101008' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101008' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='395' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='395' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101009' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101009' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101009' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101009' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101009' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='12' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='12' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01014' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01014' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01014' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01014' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01014' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='18' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='18' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01020' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01020' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01020' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01020' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01020' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='66' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='66' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01069' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01069' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01069' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01069' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01069' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='387' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='387' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01077' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01077' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01077' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01077' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01077' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='401' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='401' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101010' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101010' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101010' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101010' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101010' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='421' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='421' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101019' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101019' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101019' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101019' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101019' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out Message: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Operation cancelled by user. The statement has been terminated. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupCenterOfficerTransfer.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 13/10/2025 01:34:28 PM PageName: GroupLoan_GroupCenterOfficerTransfer String str: String sql: ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='60' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='60' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01063' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01063' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01063' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01063' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01063' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='375' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='375' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01076' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01076' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01076' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01076' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01076' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='360' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='360' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01073' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01073' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01073' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01073' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01073' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='2' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='2' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01003' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01003' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01003' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01003' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01003' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='411' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='411' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101014' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101014' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101014' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101014' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101014' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='17' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='17' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01019' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01019' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01019' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01019' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01019' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='418' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='418' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101018' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101018' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101018' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101018' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101018' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='20' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='20' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01022' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01022' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01022' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01022' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01022' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='59' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='59' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01062' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01062' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01062' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01062' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01062' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='8' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='8' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01010' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01010' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01010' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01010' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01010' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='1' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='1' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01001' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01001' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01001' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01001' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01001' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='394' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='394' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101008' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101008' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101008' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101008' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101008' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='395' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='395' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101009' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101009' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101009' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101009' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101009' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='12' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='12' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01014' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01014' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01014' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01014' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01014' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='18' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='18' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01020' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01020' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01020' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01020' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01020' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='66' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='66' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01069' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01069' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01069' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01069' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01069' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='387' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='387' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01077' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01077' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01077' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01077' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01077' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='401' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='401' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101010' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101010' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101010' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101010' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101010' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='421' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='421' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='101019' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='101019' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'officer center change' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='101019' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='101019' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='101019' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Transaction (Process ID 87) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupCenterOfficerTransfer.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 13/10/2025 01:40:47 PM PageName: GroupLoan_GroupCenterOfficerTransfer String str: String sql: ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer from 13Oct2025' AS TransferRemark, 'root' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='65' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='65' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer from 13Oct2025' AS TransferRemark, 'root' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01068' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01068' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer from 13Oct2025' AS TransferRemark, 'root' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01068' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01068' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01068' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A severe error occurred on the current command. The results, if any, should be discarded. A severe error occurred on the current command. The results, if any, should be discarded. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupCenterOfficerTransfer.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 13/10/2025 01:40:47 PM PageName: GroupLoan_GroupCenterOfficerTransfer String str: String sql: ; INSERT INTO GroupCenterOfficerChange ( CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, TransferDate, NewCenterOfficerId, NewCenterOfficerName, TransferRemark, EntryUser, EntryTime ) SELECT CenterNo, BranchId, BranchName, CenterId, CenterName, CenterOfficerId, CenterOfficerName, '10/13/2025 12:00:00 AM' AS TransferDate, 'EMP00095' AS NewCenterOfficerId, 'Madhukar Nath Tripathi' AS NewCenterOfficerName, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupCenterMaster WHERE CenterNo='60' ; UPDATE GroupCenterMaster SET CenterOfficerId='EMP00095', CenterOfficerName='Madhukar Nath Tripathi' WHERE CenterNo='60' ; INSERT INTO GroupLoanOfficerCenterChange ( LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT LoanNo, BranchId, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, LoanId, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanAccount WHERE CenterId='N2:01:01063' ; UPDATE GroupLoanAccount SET LoanOfficerId='EMP00095', LoanOfficerName='Madhukar Nath Tripathi' WHERE LoanStatus IN ('LoanApplied','LoanApproved','LoanFeePaid','LoanDisbursed') AND CenterId='N2:01:01063' ; INSERT INTO GroupMemberOfficerCenterChange ( MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, TransferDate, TransferRemark, EntryUser, EntryTime ) SELECT MemberNo, BranchId, BranchName, GroupOfficerId, GroupOfficerName, CenterId, CenterName, GroupName, MemberId, MemberName, '10/13/2025 12:00:00 AM' AS TransferDate, 'center transfer to officer' AS TransferRemark, 'emp00075' AS EntryUser, GETDATE() AS EntryTime FROM GroupLoanMemberDetail WHERE CenterId='N2:01:01063' ; UPDATE GroupLoanMemberDetail SET GroupOfficerId='EMP00095', GroupOfficerName='Madhukar Nath Tripathi' WHERE CenterId='N2:01:01063' ; UPDATE a SET a.DueOfficerId='EMP00095', a.DueOfficerName='Madhukar Nath Tripathi' FROM GroupLoanLedger a INNER JOIN GroupLoanAccount b ON a.LoanId=b.LoanId WHERE b.CenterId='N2:01:01063' AND a.PStatus='Due' AND DDate>='10/13/2025 12:00:00 AM' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: This SqlTransaction has completed; it is no longer usable. Source: System.Data StackTrace: at System.Data.SqlClient.SqlTransaction.ZombieCheck() at System.Data.SqlClient.SqlTransaction.Rollback() at GroupLoan_GroupCenterOfficerTransfer.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void ZombieCheck() Time: 13/10/2025 02:45:35 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 02:45:35 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 02:53:35 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 02:53:35 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 03:16:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 03:16:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 03:26:59 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/10/2025 03:31:57 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/10/2025 03:36:59 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/10/2025 03:44:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 03:44:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 03:44:54 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 03:44:54 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 03:45:00 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/10/2025 03:49:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 03:49:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 03:55:43 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 03:55:43 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 03:56:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 03:56:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 03:58:20 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/10/2025 03:59:35 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/10/2025 04:03:09 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/10/2025 04:08:02 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 04:08:02 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 04:08:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 04:08:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 04:11:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 04:11:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 04:12:45 PM PageName: DataTableResult String str: DECLARE @TDate DATE; SET @TDate='10/13/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND datediff(day,b.LastPaidDate,@TDate)>='01/10/2025' AND datediff(day,b.LastPaidDate,@TDate)<='11/10/2025' AND a.BranchId IN ('103','104','106','105','100','101','102') GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value '01/10/2025' to data type int. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.Read() at System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 13/10/2025 04:12:45 PM PageName: GroupLoan_GroupArrearReportPaidDate String str: DECLARE @TDate DATE; SET @TDate='10/13/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND datediff(day,b.LastPaidDate,@TDate)>='01/10/2025' AND datediff(day,b.LastPaidDate,@TDate)<='11/10/2025' AND a.BranchId IN ('103','104','106','105','100','101','102') GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5obhxy1 StackTrace: at GroupLoan_GroupArrearReportPaidDate.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 13/10/2025 04:12:50 PM PageName: DataTableResult String str: DECLARE @TDate DATE; SET @TDate='10/13/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND datediff(day,b.LastPaidDate,@TDate)>='01/10/2025' AND datediff(day,b.LastPaidDate,@TDate)<='11/10/2025' AND a.BranchId IN ('103','104','106','105','100','101','102') GROUP BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName ORDER BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerName, a.CenterName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value '01/10/2025' to data type int. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.Read() at System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 13/10/2025 04:12:50 PM PageName: GroupLoan_GroupArrearReportPaidDate String str: DECLARE @TDate DATE; SET @TDate='10/13/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND datediff(day,b.LastPaidDate,@TDate)>='01/10/2025' AND datediff(day,b.LastPaidDate,@TDate)<='11/10/2025' AND a.BranchId IN ('103','104','106','105','100','101','102') GROUP BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName ORDER BY a.BranchName+' ('+a.BranchId+')', a.LoanOfficerName, a.CenterName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5obhxy1 StackTrace: at GroupLoan_GroupArrearReportPaidDate.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 13/10/2025 04:15:38 PM PageName: GroupLoan_MeetingDueDateDifference String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_MeetingDueDateDifference.btnSearch_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 13/10/2025 04:19:56 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 04:19:56 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 04:51:26 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 13/10/2025 04:51:26 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 13/10/2025 05:07:32 PM PageName: UserMasterSetting_WorkingDateSelection String str: SELECT a.UserLoginId, a.UserName, a.BranchId, a.BranchName, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock))+'UploadedDocs/UserLoginPhoto/'+CASE WHEN len(a.UserImage)>5 THEN a.UserImage ELSE 'root.png' END AS UserImage, CONVERT(CHAR, ISNULL( a.UserWorkingDate, GETDATE()),103)AS UserWorkingDate, Convert(CHAR, dateadd(day,-isnull(a.NoOfBackDate,0),GETDATE()),103)AS WorkingDateLimit, (SELECT TOP 1 TableName FROM FinancialYearMaster WITH(nolock) WHERE a.UserWorkingDate BETWEEN FromDate AND ToDate )AS FinYear FROM UserLoginDetail a WITH(nolock) WHERE 1=1 AND a.UserLoginId='emp00089' ; String sql: INSERT INTO UserLoginDetailHistory ( UserNo, UserLoginId, UserPassword, UserRole, UserLoginStatus, UserWebLogin, UserEXELogin, UserMenuType, EmployeeId, BranchId, BranchName, UserWorkingDate, NoOfBackDate, UserName, UserMobileNo, UserEmailId, UserAddress, UserJoinDate, UserExitDate, UserLoginDate, LogInDate, LogOutDate, LogInHH, LogInMM, LogOutHH, LogOutMM, UserRemark, UserImage, EntryUser, EntryTime, UpdateUser, UpdateTime ) SELECT UserNo, UserLoginId, UserPassword, UserRole, UserLoginStatus, UserWebLogin, UserEXELogin, UserMenuType, EmployeeId, BranchId, BranchName, UserWorkingDate, NoOfBackDate, UserName, UserMobileNo, UserEmailId, UserAddress, UserJoinDate, UserExitDate, UserLoginDate, LogInDate, LogOutDate, LogInHH, LogInMM, LogOutHH, LogOutMM, UserRemark, UserImage, EntryUser, EntryTime, 'emp00089' AS UpdateUser, GETDATE() AS UpdateTime FROM UserLoginDetail WHERE UserLoginId='emp00089' ; UPDATE UserLoginDetail SET UserImage='emp00089638959720496061259.jpg' WHERE UserLoginId='emp00089' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_atjsswvu StackTrace: at UserMasterSetting_WorkingDateSelection.FillData() TargetSite: Void FillData() Time: 13/10/2025 06:03:08 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 13/10/2025 06:03:08 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 13/10/2025 06:35:10 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 13/10/2025 06:39:40 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 13/10/2025 06:43:58 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 13/10/2025 08:01:36 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='10/14/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00094' AND a.CenterId='N2:01:04014' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 13/10/2025 08:37:55 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 08:37:55 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 09:21:41 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 13/10/2025 09:52:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 09:52:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/10/2025 10:30:41 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 13/10/2025 10:30:44 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 13/10/2025 10:30:47 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 13/10/2025 10:30:54 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 13/10/2025 10:44:49 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/10/2025 10:44:49 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 10:24:38 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 10:24:38 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 10:27:06 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 10:27:06 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 10:29:47 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 10:29:47 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 10:31:38 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 10:31:38 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 10:34:29 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 10:34:29 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 10:48:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 10:48:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 10:52:06 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 10:52:06 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 12:22:58 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 12:22:58 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 12:34:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 12:34:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 12:47:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 12:47:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 12:55:09 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 12:55:09 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 12:55:18 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT * FROM GroupLoanEMIMaster WITH(nolock) WHERE GLoanTypeNo='2GL15000*18*990' AND Term='18' AND Amount='15000' ORDER BY DueNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.Validation() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 14/10/2025 12:55:34 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT * FROM GroupLoanEMIMaster WITH(nolock) WHERE GLoanTypeNo='2GL15000*18*990' AND Term='18' AND Amount='15000' ORDER BY DueNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.Validation() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 14/10/2025 12:56:21 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT * FROM GroupLoanEMIMaster WITH(nolock) WHERE GLoanTypeNo='2GL15000*18*990' AND Term='18' AND Amount='15000' ORDER BY DueNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.Validation() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 14/10/2025 12:57:05 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT * FROM GroupLoanEMIMaster WITH(nolock) WHERE GLoanTypeNo='2GL15000*18*990' AND Term='18' AND Amount='15000' ORDER BY DueNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.Validation() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 14/10/2025 12:58:36 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT * FROM GroupLoanEMIMaster WITH(nolock) WHERE GLoanTypeNo='2GL15000*18*990' AND Term='18' AND Amount='15000' ORDER BY DueNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.Validation() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 14/10/2025 12:58:47 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT * FROM GroupLoanEMIMaster WITH(nolock) WHERE GLoanTypeNo='2GL15000*18*990' AND Term='18' AND Amount='15000' ORDER BY DueNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.Validation() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 14/10/2025 12:58:50 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT * FROM GroupLoanEMIMaster WITH(nolock) WHERE GLoanTypeNo='2GL15000*18*990' AND Term='18' AND Amount='15000' ORDER BY DueNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.Validation() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 14/10/2025 12:59:06 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT * FROM GroupLoanEMIMaster WITH(nolock) WHERE GLoanTypeNo='2GL15000*18*990' AND Term='18' AND Amount='15000' ORDER BY DueNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.Validation() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 14/10/2025 01:01:47 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 01:01:47 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 01:08:00 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT * FROM GroupLoanEMIMaster WITH(nolock) WHERE GLoanTypeNo='2GL15000*18*990' AND Term='18' AND Amount='15000' ORDER BY DueNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.Validation() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 14/10/2025 01:13:34 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT * FROM GroupLoanEMIMaster WITH(nolock) WHERE GLoanTypeNo='2GL15000*18*990' AND Term='18' AND Amount='15000' ORDER BY DueNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.Validation() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 14/10/2025 01:13:46 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT * FROM GroupLoanEMIMaster WITH(nolock) WHERE GLoanTypeNo='2GL15000*18*990' AND Term='18' AND Amount='15000' ORDER BY DueNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.Validation() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 14/10/2025 01:15:38 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT * FROM GroupLoanEMIMaster WITH(nolock) WHERE GLoanTypeNo='2GL15000*18*990' AND Term='18' AND Amount='15000' ORDER BY DueNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.Validation() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 14/10/2025 01:26:56 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 01:26:56 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 01:27:58 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT * FROM GroupLoanEMIMaster WITH(nolock) WHERE GLoanTypeNo='2GL15000*18*990' AND Term='18' AND Amount='15000' ORDER BY DueNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanApplicationVerification.Validation() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 14/10/2025 01:54:37 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 02:01:02 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 02:03:35 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 02:04:03 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 02:08:49 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 02:08:52 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 02:08:53 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 02:16:15 PM PageName: DataTableResult String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/16/2024 12:00:00 AM', '10/14/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Could not find stored procedure 'dbo.ProWebCibilEquifaxHighmarkDataGroupLoan'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/10/2025 02:16:15 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/16/2024 12:00:00 AM', '10/14/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dvbvndpm StackTrace: at GroupLoan_CibilHighmarkEquifaxDataExport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 14/10/2025 02:19:09 PM PageName: DataTableResult String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/16/2024 12:00:00 AM', '10/14/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String or binary data would be truncated. String or binary data would be truncated. The statement has been terminated. The statement has been terminated. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/10/2025 02:19:09 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/16/2024 12:00:00 AM', '10/14/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dvbvndpm StackTrace: at GroupLoan_CibilHighmarkEquifaxDataExport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 14/10/2025 03:33:12 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 03:33:34 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 04:20:32 PM PageName: DataTableResult String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/16/2024 12:00:00 AM', '10/14/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String or binary data would be truncated. String or binary data would be truncated. The statement has been terminated. The statement has been terminated. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/10/2025 04:20:32 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/16/2024 12:00:00 AM', '10/14/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dvbvndpm StackTrace: at GroupLoan_CibilHighmarkEquifaxDataExport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 14/10/2025 04:20:57 PM PageName: DataTableResult String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/1/2025 12:00:00 AM', '10/14/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String or binary data would be truncated. String or binary data would be truncated. The statement has been terminated. The statement has been terminated. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/10/2025 04:20:57 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/1/2025 12:00:00 AM', '10/14/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dvbvndpm StackTrace: at GroupLoan_CibilHighmarkEquifaxDataExport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 14/10/2025 04:22:21 PM PageName: DataTableResult String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/1/2025 12:00:00 AM', '10/14/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String or binary data would be truncated. String or binary data would be truncated. The statement has been terminated. The statement has been terminated. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/10/2025 04:22:21 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/1/2025 12:00:00 AM', '10/14/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_dvbvndpm StackTrace: at GroupLoan_CibilHighmarkEquifaxDataExport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 14/10/2025 04:32:11 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 04:32:36 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 04:32:58 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 04:33:29 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 05:03:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 05:03:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 05:10:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 14/10/2025 05:12:18 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 05:12:18 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 05:25:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 05:25:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 05:36:09 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 05:36:09 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 05:41:46 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 05:42:08 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 05:52:11 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 05:52:11 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 06:09:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 06:09:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 06:16:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 06:16:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 06:47:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 06:47:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 07:03:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 07:03:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 07:22:45 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 14/10/2025 07:50:52 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 07:51:18 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 07:52:07 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 07:52:07 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 07:54:39 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 07:55:10 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 07:55:28 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 07:57:08 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 08:32:26 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 08:32:32 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 08:35:07 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 09:41:00 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 09:41:21 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 09:41:30 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 14/10/2025 11:39:01 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 11:39:01 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 11:39:13 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/10/2025 11:39:13 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/10/2025 11:53:57 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/10/2025 09:09:39 AM PageName: LoanOfficerHomePage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerHomePage.Page_Load(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/10/2025 09:24:26 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 15/10/2025 09:24:26 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 15/10/2025 10:32:27 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 10:32:27 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 10:36:00 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 10:36:00 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 10:38:02 AM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Input string was not in a correct format. Source: mscorlib StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt16(String value) at GroupLoan_GroupMemberRegistrationVerificationNew.Validation() TargetSite: Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean) Time: 15/10/2025 10:41:07 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 10:41:07 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 10:44:07 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 10:44:07 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 10:46:14 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 10:46:14 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 10:49:11 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 10:49:11 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 11:43:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 11:43:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 11:43:09 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 11:43:09 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 11:43:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 11:43:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 11:49:29 AM PageName: GroupLoan_GroupLoanNEFTReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.FillEmployee() TargetSite: Void FillEmployee() Time: 15/10/2025 11:49:29 AM PageName: GroupLoan_GroupLoanNEFTReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.FillCenter() TargetSite: Void FillCenter() Time: 15/10/2025 11:49:36 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 15/10/2025 11:49:42 AM PageName: GroupLoan_GroupLoanNEFTReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.FillEmployee() TargetSite: Void FillEmployee() Time: 15/10/2025 11:49:42 AM PageName: GroupLoan_GroupLoanNEFTReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.FillCenter() TargetSite: Void FillCenter() Time: 15/10/2025 12:06:57 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 15/10/2025 12:41:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 12:41:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 12:41:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 12:41:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 12:46:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 12:46:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 12:57:55 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 12:57:55 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 01:17:26 PM PageName: GroupLoan_GroupLoanDisbursement String str: SELECT Count(1) AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00035873' ; SELECT Count(1) AS Nos2 FROM GroupLoanAccount WHERE LoanId='GL00001713' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00035873', 'GroupLoanDisbursement', GETDATE(), 'emp00050' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; UPDATE GroupLoanAccount SET LoanId= 'GL00001713' WHERE SanctionId='GS10001709' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 15/10/2025 01:34:15 PM PageName: DataTableResult String str: SELECT MemberId, MemberName FROM EmployeeRegistrationDetail WITH(nolock) WHERE BankAccountNo='599818210010965' AND BankIFSCCode='BKID0005998' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MemberId'. Invalid column name 'MemberName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 15/10/2025 01:34:15 PM PageName: Employee_EmployeeRegistrationVerificationNew String str: SELECT MemberId, MemberName FROM EmployeeRegistrationDetail WITH(nolock) WHERE BankAccountNo='599818210010965' AND BankIFSCCode='BKID0005998' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_3kjzzp55 StackTrace: at Employee_EmployeeRegistrationVerificationNew.btnEmployeeBankCheck_Click(Object sender, EventArgs e) TargetSite: Void btnEmployeeBankCheck_Click(System.Object, System.EventArgs) Time: 15/10/2025 01:44:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 01:44:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 01:52:34 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 01:52:34 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 01:58:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/10/2025 01:59:47 PM PageName: GroupLoan_GroupCollectionEffeciencyReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupCollectionEffeciencyReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 01:59:47 PM PageName: GroupLoan_GroupCollectionEffeciencyReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fpv521aw StackTrace: at GroupLoan_GroupCollectionEffeciencyReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupCollectionEffeciencyReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 02:48:11 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/10/2025 02:53:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 02:53:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 02:55:24 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 02:55:24 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 03:01:50 PM PageName: LoanOfficerHomePage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerHomePage.Page_Load(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/10/2025 03:05:04 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/10/2025 03:06:35 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 03:06:35 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 03:27:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 03:27:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 03:39:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 03:39:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 04:52:31 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 04:52:31 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 04:57:29 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 04:57:29 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 04:57:30 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 04:57:30 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 05:08:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 15/10/2025 05:08:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 15/10/2025 05:57:16 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 05:57:16 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 06:45:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 06:45:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 08:15:51 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/15/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00087' AND ld.CenterId='N2:01:02024' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 15/10/2025 08:15:51 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/15/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00087' AND ld.CenterId='N2:01:02024' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 15/10/2025 08:15:51 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/15/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00087' AND ld.CenterId='N2:01:02024' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 15/10/2025 08:15:51 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/15/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00087' AND ld.CenterId='N2:01:02024' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 15/10/2025 08:15:51 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/15/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00087' AND ld.CenterId='N2:01:02024' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 15/10/2025 08:15:51 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/15/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00087' AND ld.CenterId='N2:01:02024' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 15/10/2025 08:15:51 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/15/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00087' AND ld.CenterId='N2:01:02024' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 15/10/2025 08:15:51 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/15/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00087' AND ld.CenterId='N2:01:02024' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 15/10/2025 08:15:51 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/15/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00087' AND ld.CenterId='N2:01:02024' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 15/10/2025 08:15:51 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/15/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00087' AND ld.CenterId='N2:01:02024' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 15/10/2025 08:15:51 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/15/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00087' AND ld.CenterId='N2:01:02024' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 15/10/2025 08:15:51 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/15/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='102' AND ld.LoanOfficerId='EMP00087' AND ld.CenterId='N2:01:02024' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 15/10/2025 08:59:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 08:59:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/10/2025 11:07:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/10/2025 11:07:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 07:01:51 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='10/16/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='105015' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 16/10/2025 07:07:02 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='10/16/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00062' AND a.CenterId='105015' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 16/10/2025 07:07:16 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 07:07:16 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 10:55:14 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 10:55:14 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 11:01:17 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 11:01:17 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 11:05:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 11:05:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 11:08:33 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 11:08:33 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 11:12:36 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 11:12:36 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 11:16:40 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 11:16:40 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 11:40:55 AM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/16/2024 12:00:00 AM', '10/16/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_CibilHighmarkEquifaxDataExport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 11:40:55 AM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/16/2024 12:00:00 AM', '10/16/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_dvbvndpm StackTrace: at GroupLoan_CibilHighmarkEquifaxDataExport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_CibilHighmarkEquifaxDataExport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 12:36:36 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='10/16/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='N2:01:03012' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 16/10/2025 01:02:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 01:02:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 01:23:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 01:23:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 01:46:51 PM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT GroupLoanFullDetailHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanFullDetailHTMLReportPageName, (SELECT GroupLoanCardFrontLandScapeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardFrontHTMLReportPageName, (SELECT GroupLoanCardBackPotraitHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardBackHTMLReportPageName, (SELECT GroupLoanStatementHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanStatementHTMLReportPageName, (SELECT GroupLoanDemandNoticeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanDemandNoticeHTMLReportPageName, (SELECT GroupLoanNOCCertificateHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='N2:01:05013:01:03:02:01' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 16/10/2025 01:50:33 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:02008:01:03:12:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 16/10/2025 01:50:44 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:02008:01:03:12:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 16/10/2025 01:50:44 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:02008:01:03:12:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 16/10/2025 01:50:49 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:02008:01:03:12:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 16/10/2025 01:50:49 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:02008:01:03:12:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 16/10/2025 01:52:42 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='M103000021'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 16/10/2025 01:52:42 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='M103000021'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 16/10/2025 01:54:51 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='M103000021'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 16/10/2025 01:54:51 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='M103000021'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 16/10/2025 02:09:23 PM PageName: GroupLoan_GroupLoanUpdateBankDetail String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanUpdateBankDetail.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 02:09:23 PM PageName: GroupLoan_GroupLoanUpdateBankDetail String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanUpdateBankDetail.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanUpdateBankDetail.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 02:23:53 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 02:23:53 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 03:29:31 PM PageName: DataTableResult String str: SELECT a.LoanRNo, a.ApplicationId, a.SanctionId, a.LoanId,Convert(CHAR,a.DDate,106)AS DDate, a.DNo, a.PNo, a.Prin, a.Intt, a.Total, a.PBal, a.IBal, a.TBal, a.PStatus, a.PDue, a.PPaid, a.Other, a.Saving,Convert(CHAR,a.PDate,106)AS PDate, a.VoucherId, a.PayType, a.PayMode, a.PayStatus, a.PayHeadId, a.PayTransId, a.EntryUser, a.EntryTime, a.IntW,a.BranchName+' ('+a.BranchId+')' AS BranchName ,a.CenterName+' ('+a.CenterId+')' AS CenterName,a.MemberName+' ('+a.MemberId+')' AS MemberName,a.DueOfficerName+' ('+a.DueOfficerId+')' AS DueOfficerName,a.PaidOfficerName+' ('+a.PaidOfficerId+')' AS PaidOfficerName FROM GroupLoanLedger a WITH(nolock) WHERE a.VoucherId = 'VH00036203' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 16/10/2025 03:29:31 PM PageName: GroupLoan_PrintEmiReceipt String str: SELECT a.LoanRNo, a.ApplicationId, a.SanctionId, a.LoanId,Convert(CHAR,a.DDate,106)AS DDate, a.DNo, a.PNo, a.Prin, a.Intt, a.Total, a.PBal, a.IBal, a.TBal, a.PStatus, a.PDue, a.PPaid, a.Other, a.Saving,Convert(CHAR,a.PDate,106)AS PDate, a.VoucherId, a.PayType, a.PayMode, a.PayStatus, a.PayHeadId, a.PayTransId, a.EntryUser, a.EntryTime, a.IntW,a.BranchName+' ('+a.BranchId+')' AS BranchName ,a.CenterName+' ('+a.CenterId+')' AS CenterName,a.MemberName+' ('+a.MemberId+')' AS MemberName,a.DueOfficerName+' ('+a.DueOfficerId+')' AS DueOfficerName,a.PaidOfficerName+' ('+a.PaidOfficerId+')' AS PaidOfficerName FROM GroupLoanLedger a WITH(nolock) WHERE a.VoucherId = 'VH00036203' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_PrintEmiReceipt.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 16/10/2025 03:33:39 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 03:33:39 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 04:24:55 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/16/2024 12:00:00 AM', '10/16/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_CibilHighmarkEquifaxDataExport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 04:24:55 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/16/2024 12:00:00 AM', '10/16/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_dvbvndpm StackTrace: at GroupLoan_CibilHighmarkEquifaxDataExport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_CibilHighmarkEquifaxDataExport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 04:31:43 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:06009:01:06:04:03' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 16/10/2025 04:39:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 04:39:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 04:48:46 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '1/1/2025 12:00:00 AM', '10/16/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_CibilHighmarkEquifaxDataExport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 04:48:46 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '1/1/2025 12:00:00 AM', '10/16/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_dvbvndpm StackTrace: at GroupLoan_CibilHighmarkEquifaxDataExport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_CibilHighmarkEquifaxDataExport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 04:56:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 16/10/2025 04:56:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 16/10/2025 04:56:28 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 16/10/2025 04:56:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 16/10/2025 04:56:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 16/10/2025 04:56:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 16/10/2025 04:56:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 16/10/2025 04:56:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 16/10/2025 05:19:42 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 05:19:42 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 05:31:36 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 16/10/2025 05:31:57 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 16/10/2025 06:15:45 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/1/2025 12:00:00 AM', '10/16/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_CibilHighmarkEquifaxDataExport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 06:15:45 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/1/2025 12:00:00 AM', '10/16/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_dvbvndpm StackTrace: at GroupLoan_CibilHighmarkEquifaxDataExport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_CibilHighmarkEquifaxDataExport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 07:39:01 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 09:33:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 09:33:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 09:36:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 09:36:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 09:37:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 09:37:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 09:41:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 09:41:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 09:42:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 09:42:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 09:43:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 09:43:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 09:48:24 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 09:48:24 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 09:50:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 09:50:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 09:52:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 09:52:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 10:08:48 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/10/2025 10:08:48 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/10/2025 10:28:52 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 17/10/2025 10:39:54 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/10/2025 10:39:54 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/10/2025 10:42:45 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/10/2025 10:42:45 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/10/2025 10:44:46 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/10/2025 10:44:46 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/10/2025 10:54:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/10/2025 10:54:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/10/2025 10:55:04 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/10/2025 10:55:04 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/10/2025 10:59:51 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/10/2025 10:59:51 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/10/2025 11:47:12 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/10/2025 11:47:12 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/10/2025 11:56:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/10/2025 11:56:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/10/2025 12:08:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/10/2025 12:08:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/10/2025 12:17:49 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 17/10/2025 01:11:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/10/2025 01:11:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/10/2025 02:02:29 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/1/2024 12:00:00 AM', '3/31/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_CibilHighmarkEquifaxDataExport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/10/2025 02:02:29 PM PageName: GroupLoan_CibilHighmarkEquifaxDataExport String str: EXECUTE dbo.ProWebCibilEquifaxHighmarkDataGroupLoan '4/1/2024 12:00:00 AM', '3/31/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_dvbvndpm StackTrace: at GroupLoan_CibilHighmarkEquifaxDataExport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_CibilHighmarkEquifaxDataExport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/10/2025 02:04:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/10/2025 02:04:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/10/2025 02:43:14 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 17/10/2025 02:43:14 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 17/10/2025 05:52:05 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/10/2025 05:52:05 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/10/2025 07:12:47 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='10/20/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00057' AND a.CenterId='N2:01:04024' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 17/10/2025 08:11:39 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 17/10/2025 08:12:47 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 17/10/2025 09:19:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/10/2025 09:19:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 10:39:32 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 10:39:32 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 10:40:26 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 10:40:26 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 10:45:46 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 10:45:46 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 10:47:02 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 10:47:02 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 10:47:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 10:47:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 10:49:56 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 10:49:56 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 10:51:04 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 10:51:04 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 10:51:21 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 10:51:21 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 10:54:45 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 10:54:45 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 10:58:42 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 10:58:42 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 11:00:42 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 11:00:42 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 11:04:30 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 11:04:30 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 11:08:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 11:08:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 11:09:32 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 11:09:32 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 11:13:04 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 11:13:04 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 11:25:02 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 11:25:02 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 11:35:23 AM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 18/10/2025 11:35:23 AM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 18/10/2025 11:35:23 AM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 18/10/2025 11:35:23 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 18/10/2025 11:35:23 AM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 18/10/2025 11:35:23 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 18/10/2025 12:02:56 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 12:02:56 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 12:19:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 12:19:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 12:52:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 12:52:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 12:53:28 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 12:53:28 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 01:24:39 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 18/10/2025 01:45:55 PM PageName: GroupLoan_GroupDemandCollectionReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupDemandCollectionReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 01:45:55 PM PageName: GroupLoan_GroupDemandCollectionReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fl4ak2fe StackTrace: at GroupLoan_GroupDemandCollectionReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupDemandCollectionReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 01:53:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 01:53:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 01:56:06 PM PageName: GroupLoan_GroupDemandCollectionReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupDemandCollectionReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 01:56:06 PM PageName: GroupLoan_GroupDemandCollectionReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fl4ak2fe StackTrace: at GroupLoan_GroupDemandCollectionReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupDemandCollectionReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 02:38:21 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 18/10/2025 02:43:35 PM PageName: GroupLoan_GroupDemandCollectionReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupDemandCollectionReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 02:43:35 PM PageName: GroupLoan_GroupDemandCollectionReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fl4ak2fe StackTrace: at GroupLoan_GroupDemandCollectionReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupDemandCollectionReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 02:47:25 PM PageName: GroupLoan_GroupDemandCollectionReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupDemandCollectionReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 02:47:25 PM PageName: GroupLoan_GroupDemandCollectionReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fl4ak2fe StackTrace: at GroupLoan_GroupDemandCollectionReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupDemandCollectionReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 03:01:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 03:01:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 04:00:05 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 04:00:05 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 04:00:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/10/2025 04:00:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/10/2025 04:08:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 18/10/2025 04:08:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 18/10/2025 04:25:42 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001766' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 19/10/2025 08:02:01 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/10/2025 08:02:01 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/10/2025 10:58:48 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The remote host closed the connection. The error code is 0x80070057. Source: System.Web StackTrace: at System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect) at System.Web.Hosting.IIS7WorkerRequest.ExplicitFlush() at System.Web.HttpResponse.Flush(Boolean finalFlush, Boolean async) at System.Web.HttpResponse.Flush() at GroupLoan_GroupLoanArrearBucketReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void RaiseCommunicationError(Int32, Boolean) Time: 21/10/2025 10:58:49 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/10/2025 10:58:49 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/10/2025 11:05:37 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/10/2025 11:05:37 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/10/2025 11:06:40 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/10/2025 11:06:40 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/10/2025 11:06:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/10/2025 11:06:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/10/2025 11:11:13 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/10/2025 11:11:13 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/10/2025 11:12:19 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/10/2025 11:12:19 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/10/2025 11:13:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/10/2025 11:13:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/10/2025 11:23:05 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/10/2025 11:23:05 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/10/2025 01:00:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/10/2025 01:00:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/10/2025 04:02:11 PM PageName: LoanOfficerLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/10/2025 04:02:27 PM PageName: LoanOfficerLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/10/2025 04:55:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/10/2025 04:55:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/10/2025 04:55:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/10/2025 09:02:56 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/10/2025 09:02:56 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/10/2025 09:07:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/10/2025 09:07:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/10/2025 09:07:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/10/2025 09:07:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/10/2025 09:10:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/10/2025 09:10:28 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/10/2025 09:10:28 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 08:02:36 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 22/10/2025 08:02:36 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 22/10/2025 10:57:17 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 10:57:17 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 11:04:36 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 11:04:36 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 11:16:16 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/10/2025 11:25:34 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 11:25:34 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 11:26:56 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 11:26:56 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 11:27:11 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 11:27:11 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 11:46:28 AM PageName: GroupLoan_GroupDemandCollectionReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupDemandCollectionReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 11:46:28 AM PageName: GroupLoan_GroupDemandCollectionReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fl4ak2fe StackTrace: at GroupLoan_GroupDemandCollectionReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupDemandCollectionReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 11:46:42 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 11:46:42 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 12:03:48 PM PageName: GroupLoan_GroupMeetingShifting String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMeetingShifting.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 12:03:48 PM PageName: GroupLoan_GroupMeetingShifting String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vujra0sl StackTrace: at GroupLoan_GroupMeetingShifting.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMeetingShifting.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 12:05:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 12:05:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 12:05:22 PM PageName: GroupLoan_GroupMeetingShifting String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMeetingShifting.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 12:05:22 PM PageName: GroupLoan_GroupMeetingShifting String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vujra0sl StackTrace: at GroupLoan_GroupMeetingShifting.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMeetingShifting.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 12:34:13 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 12:34:13 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 12:37:34 PM PageName: GroupLoan_GroupDemandCollectionReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupDemandCollectionReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 12:37:34 PM PageName: GroupLoan_GroupDemandCollectionReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fl4ak2fe StackTrace: at GroupLoan_GroupDemandCollectionReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupDemandCollectionReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 12:41:30 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 12:41:30 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 12:43:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 12:43:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 12:45:44 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 12:45:44 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 12:46:25 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 12:46:25 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 12:46:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 12:46:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 01:23:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 01:23:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 01:37:32 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000745' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 22/10/2025 01:54:47 PM PageName: GroupLoan_GroupMemberCenterChangeReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMemberCenterChangeReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 01:54:47 PM PageName: GroupLoan_GroupMemberCenterChangeReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_m23xim5n StackTrace: at GroupLoan_GroupMemberCenterChangeReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMemberCenterChangeReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 02:03:42 PM PageName: DataTableResult String str: SELECT Convert(CHAR,a.GroupJoinDate,106)AS GroupJoinDate, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, (SELECT Count(1) FROM GroupLoanAccount WHERE LoanStatus IN ('LoanApplied','LoanApproved','FeeSubmitted','LoanDisbursed') AND MemberId=a.MemberId)AS NoOfActiveLoan, a.MemberProfileStatus, a.GroupStatus, Convert(CHAR,a.CGTDate,106)AS CGTDate, Convert(CHAR,a.GRTDate,106)AS GRTDate, a.GroupName, a.CenterId, a.CenterName FROM GroupLoanMemberDetail a WITH(nolock) WHERE 1=1 AND (CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END)!='DropOut' AND a.GroupOfficerId='EMP00093' AND (SELECT Count(1) FROM GroupLoanAccount WHERE MemberId=a.MemberId)=0 AND a.CenterId='105019' ORDER BY a.BranchName, a.GroupOfficerName, a.CenterName, a.GroupName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'GroupJoinDate'. Invalid column name 'GroupStatus'. Invalid column name 'CGTDate'. Invalid column name 'GRTDate'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/10/2025 02:03:42 PM PageName: LoanOfficer_GroupLoanApplicationVerification String str: SELECT Convert(CHAR,a.GroupJoinDate,106)AS GroupJoinDate, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, (SELECT Count(1) FROM GroupLoanAccount WHERE LoanStatus IN ('LoanApplied','LoanApproved','FeeSubmitted','LoanDisbursed') AND MemberId=a.MemberId)AS NoOfActiveLoan, a.MemberProfileStatus, a.GroupStatus, Convert(CHAR,a.CGTDate,106)AS CGTDate, Convert(CHAR,a.GRTDate,106)AS GRTDate, a.GroupName, a.CenterId, a.CenterName FROM GroupLoanMemberDetail a WITH(nolock) WHERE 1=1 AND (CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END)!='DropOut' AND a.GroupOfficerId='EMP00093' AND (SELECT Count(1) FROM GroupLoanAccount WHERE MemberId=a.MemberId)=0 AND a.CenterId='105019' ORDER BY a.BranchName, a.GroupOfficerName, a.CenterName, a.GroupName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ha5t1a1l StackTrace: at LoanOfficer_GroupLoanApplicationVerification.FillData() TargetSite: Void FillData() Time: 22/10/2025 02:03:55 PM PageName: DataTableResult String str: SELECT Convert(CHAR,a.GroupJoinDate,106)AS GroupJoinDate, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, (SELECT Count(1) FROM GroupLoanAccount WHERE LoanStatus IN ('LoanApplied','LoanApproved','FeeSubmitted','LoanDisbursed') AND MemberId=a.MemberId)AS NoOfActiveLoan, a.MemberProfileStatus, a.GroupStatus, Convert(CHAR,a.CGTDate,106)AS CGTDate, Convert(CHAR,a.GRTDate,106)AS GRTDate, a.GroupName, a.CenterId, a.CenterName FROM GroupLoanMemberDetail a WITH(nolock) WHERE 1=1 AND (CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END)!='DropOut' AND a.GroupOfficerId='EMP00093' AND (SELECT Count(1) FROM GroupLoanAccount WHERE MemberId=a.MemberId)=0 AND a.CenterId='105019' AND a.GroupName='Group1' ORDER BY a.BranchName, a.GroupOfficerName, a.CenterName, a.GroupName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'GroupJoinDate'. Invalid column name 'GroupStatus'. Invalid column name 'CGTDate'. Invalid column name 'GRTDate'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/10/2025 02:03:55 PM PageName: LoanOfficer_GroupLoanApplicationVerification String str: SELECT Convert(CHAR,a.GroupJoinDate,106)AS GroupJoinDate, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, (SELECT Count(1) FROM GroupLoanAccount WHERE LoanStatus IN ('LoanApplied','LoanApproved','FeeSubmitted','LoanDisbursed') AND MemberId=a.MemberId)AS NoOfActiveLoan, a.MemberProfileStatus, a.GroupStatus, Convert(CHAR,a.CGTDate,106)AS CGTDate, Convert(CHAR,a.GRTDate,106)AS GRTDate, a.GroupName, a.CenterId, a.CenterName FROM GroupLoanMemberDetail a WITH(nolock) WHERE 1=1 AND (CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END)!='DropOut' AND a.GroupOfficerId='EMP00093' AND (SELECT Count(1) FROM GroupLoanAccount WHERE MemberId=a.MemberId)=0 AND a.CenterId='105019' AND a.GroupName='Group1' ORDER BY a.BranchName, a.GroupOfficerName, a.CenterName, a.GroupName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ha5t1a1l StackTrace: at LoanOfficer_GroupLoanApplicationVerification.FillData() TargetSite: Void FillData() Time: 22/10/2025 02:04:17 PM PageName: DataTableResult String str: SELECT a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, Convert(Char,a.MemberJoinDate,106)AS MemberJoinDate, a.MemberGender, convert(CHAR,a.MemberDOB,106)AS MemberDOB, a.MemberGuardianName, a.MemberMobileNo, a.CGTOfficerId, a.CGTOfficerName, convert(CHAR,a.CGTDate,106)AS CGTDate, a.CGTUser, rtrim(Convert(CHAR,a.CGTTime,106))+' '+rtrim(Convert(CHAR,a.CGTTime,108))AS CGTTime FROM GroupLoanMemberDetail a WITH(nolock) WHERE a.CGTOfficerId='EMP00093' AND a.CGTOfficerName NOT IN ('','Select') AND a.CGTDate!='' AND a.CGTDate>='10/22/2025 12:00:00 AM' AND a.CGTDate<'10/23/2025 12:00:00 AM' AND a.CenterId='105019' ORDER BY a.MemberJoinDate, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CGTOfficerId'. Invalid column name 'CGTOfficerName'. Invalid column name 'CGTOfficerName'. Invalid column name 'CGTDate'. Invalid column name 'CGTDate'. Invalid column name 'CGTDate'. Invalid column name 'CGTOfficerId'. Invalid column name 'CGTOfficerName'. Invalid column name 'CGTDate'. Invalid column name 'CGTUser'. Invalid column name 'CGTTime'. Invalid column name 'CGTTime'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/10/2025 02:04:17 PM PageName: LoanOfficer_GroupMemberCGTList String str: SELECT a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, Convert(Char,a.MemberJoinDate,106)AS MemberJoinDate, a.MemberGender, convert(CHAR,a.MemberDOB,106)AS MemberDOB, a.MemberGuardianName, a.MemberMobileNo, a.CGTOfficerId, a.CGTOfficerName, convert(CHAR,a.CGTDate,106)AS CGTDate, a.CGTUser, rtrim(Convert(CHAR,a.CGTTime,106))+' '+rtrim(Convert(CHAR,a.CGTTime,108))AS CGTTime FROM GroupLoanMemberDetail a WITH(nolock) WHERE a.CGTOfficerId='EMP00093' AND a.CGTOfficerName NOT IN ('','Select') AND a.CGTDate!='' AND a.CGTDate>='10/22/2025 12:00:00 AM' AND a.CGTDate<'10/23/2025 12:00:00 AM' AND a.CenterId='105019' ORDER BY a.MemberJoinDate, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_53fjcx40 StackTrace: at LoanOfficer_GroupMemberCGTList.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 22/10/2025 02:08:01 PM PageName: DataTableTransaction String str: String sql: SELECT Count(1)AS Nos FROM EmployeeRegistrationDetail WITH(nolock) WHERE EmployeePassword='RQBNAFAAMAAwADAAOQAzAA==' AND EmployeeId='EMP00093' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'EmployeePassword'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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 ClassMaster.DataTableTransaction(String sql, SqlTransaction trans) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/10/2025 02:08:01 PM PageName: LoanOfficerChangePassword String str: SELECT Count(1)AS Nos FROM EmployeeRegistrationDetail WITH(nolock) WHERE EmployeePassword='RQBNAFAAMAAwADAAOQAzAA==' AND EmployeeId='EMP00093' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at LoanOfficerChangePassword.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 22/10/2025 02:08:54 PM PageName: DataTableResult String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00093' AND a.MeetingType='Weekly' AND a.TransferDate='10/22/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'NewCenterOfficerId'. Invalid column name 'TransferDate'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/10/2025 02:08:54 PM PageName: LoanOfficer_GroupLoanAllocatedCenterMeeting String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00093' AND a.MeetingType='Weekly' AND a.TransferDate='10/22/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fl4ak2fe StackTrace: at LoanOfficer_GroupLoanAllocatedCenterMeeting.FillOfficer() TargetSite: Void FillOfficer() Time: 22/10/2025 02:38:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 22/10/2025 02:38:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 22/10/2025 02:38:16 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='10/27/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 22/10/2025 02:54:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 02:54:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 03:47:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 03:47:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 03:48:58 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/10/2025 03:48:58 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/10/2025 04:24:36 PM PageName: GroupLoan_PrintGroupMemberFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_kttifbvd StackTrace: at GroupLoan_PrintGroupMemberFullDetailHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 22/10/2025 06:00:42 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 23/10/2025 07:25:26 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00093' AND a.CenterId='105010' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 23/10/2025 10:25:37 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/10/2025 10:25:37 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/10/2025 10:27:39 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/10/2025 10:27:39 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/10/2025 10:31:48 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/10/2025 10:31:48 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/10/2025 10:33:32 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/10/2025 10:33:32 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/10/2025 10:39:17 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/10/2025 10:39:17 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/10/2025 10:45:48 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/10/2025 10:45:48 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/10/2025 11:23:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/10/2025 11:23:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/10/2025 11:58:58 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/10/2025 11:58:58 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/10/2025 12:01:19 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 23/10/2025 12:10:52 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 23/10/2025 12:17:53 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 23/10/2025 12:36:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/10/2025 12:36:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/10/2025 12:45:48 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/10/2025 12:45:48 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/10/2025 02:57:44 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='103010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 02:57:44 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='103010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 02:57:44 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='103010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 02:57:44 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='103010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 02:57:44 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='103010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 02:57:44 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='103010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 02:57:44 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='103010' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:01:46 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:01:46 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:01:46 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:01:46 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:01:46 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:01:54 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:01:54 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:01:54 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:01:54 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:01:54 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:02:37 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:02:37 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:02:37 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:02:37 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:02:37 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:11:20 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:11:20 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:11:20 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:11:20 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 03:11:20 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='10/23/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03056' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 23/10/2025 05:03:17 PM PageName: DataTableTransaction String str: String sql: SELECT Count(1)AS Nos FROM EmployeeRegistrationDetail WITH(nolock) WHERE EmployeePassword='MQA=' AND EmployeeId='EMP00057' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'EmployeePassword'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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 ClassMaster.DataTableTransaction(String sql, SqlTransaction trans) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 23/10/2025 05:03:17 PM PageName: LoanOfficerMobileChangePassword String str: SELECT Count(1)AS Nos FROM EmployeeRegistrationDetail WITH(nolock) WHERE EmployeePassword='MQA=' AND EmployeeId='EMP00057' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_zddjbtlp StackTrace: at LoanOfficerMobileChangePassword.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 23/10/2025 05:06:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 23/10/2025 05:06:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 23/10/2025 05:07:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 23/10/2025 05:07:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 23/10/2025 05:07:14 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 23/10/2025 05:07:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 23/10/2025 05:59:31 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/10/2025 05:59:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 23/10/2025 07:14:28 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 23/10/2025 07:14:44 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 23/10/2025 07:16:36 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 23/10/2025 07:16:43 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 23/10/2025 07:17:18 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 23/10/2025 08:10:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 23/10/2025 08:10:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 23/10/2025 08:10:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 23/10/2025 10:24:56 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 23/10/2025 10:31:31 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/10/2025 10:31:31 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/10/2025 10:55:18 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 24/10/2025 10:33:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 10:33:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 10:33:52 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 10:33:52 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 10:39:39 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 10:39:39 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 10:44:20 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 10:44:20 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 10:48:56 AM PageName: GroupLoan_GroupLoanNEFTReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.FillEmployee() TargetSite: Void FillEmployee() Time: 24/10/2025 10:48:56 AM PageName: GroupLoan_GroupLoanNEFTReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.FillCenter() TargetSite: Void FillCenter() Time: 24/10/2025 10:49:00 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 24/10/2025 10:50:20 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 24/10/2025 10:50:26 AM PageName: GroupLoan_GroupLoanNEFTReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.FillEmployee() TargetSite: Void FillEmployee() Time: 24/10/2025 10:50:26 AM PageName: GroupLoan_GroupLoanNEFTReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.FillCenter() TargetSite: Void FillCenter() Time: 24/10/2025 10:50:31 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 24/10/2025 10:50:41 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 24/10/2025 10:50:47 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 24/10/2025 10:52:39 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 10:52:39 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 10:58:29 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 10:58:29 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 11:09:40 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 11:09:40 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 11:37:07 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 11:37:07 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 11:44:51 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 11:44:51 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 12:28:11 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 12:28:11 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 01:51:34 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 01:51:34 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 02:01:37 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 02:01:37 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 02:53:44 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_BranchClosingBalanceSummary.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 02:53:44 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_BranchClosingBalanceSummary.ExportToExcel(DataTable DT, String fileName) at GroupLoan_BranchClosingBalanceSummary.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 03:14:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 03:14:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 03:55:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 03:55:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 04:57:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 04:57:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 05:23:29 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 24/10/2025 05:23:30 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 24/10/2025 05:23:30 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 24/10/2025 05:23:30 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 24/10/2025 05:23:30 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 24/10/2025 05:23:30 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 24/10/2025 05:23:52 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 24/10/2025 05:23:52 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 24/10/2025 05:23:52 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 24/10/2025 05:23:52 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 24/10/2025 05:23:52 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 24/10/2025 05:23:52 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 24/10/2025 05:24:43 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 24/10/2025 05:24:43 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 24/10/2025 05:24:43 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 24/10/2025 05:24:43 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 24/10/2025 05:24:43 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 24/10/2025 05:24:43 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 24/10/2025 05:24:51 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/24/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/24/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 24/10/2025 05:24:51 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/24/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/24/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 24/10/2025 05:24:51 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='10/24/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 24/10/2025 05:24:51 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='10/24/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 24/10/2025 05:24:51 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 24/10/2025 05:24:59 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 24/10/2025 05:24:59 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 24/10/2025 05:24:59 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 24/10/2025 05:24:59 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 24/10/2025 05:24:59 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 24/10/2025 05:24:59 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 24/10/2025 07:53:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 24/10/2025 07:53:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 24/10/2025 08:40:36 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 24/10/2025 09:05:23 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 24/10/2025 09:44:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 09:44:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 09:51:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 09:51:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/10/2025 10:03:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/10/2025 10:03:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 07:35:09 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 07:35:09 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 08:53:32 AM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/10/2025 08:53:32 AM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 25/10/2025 08:53:32 AM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/10/2025 08:53:32 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 25/10/2025 08:53:32 AM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/10/2025 08:53:32 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 25/10/2025 08:53:52 AM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/25/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/25/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/10/2025 08:53:52 AM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/25/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/25/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 25/10/2025 08:53:52 AM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='10/25/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/10/2025 08:53:52 AM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='10/25/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 25/10/2025 08:53:52 AM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 25/10/2025 10:45:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 10:45:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 10:47:12 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 10:47:12 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 10:49:04 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 10:49:04 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 10:53:24 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 10:53:24 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 10:55:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 10:55:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 10:57:30 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 10:57:30 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 10:57:47 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 10:57:47 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 10:59:43 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 10:59:43 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 11:08:40 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 11:08:40 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 11:36:37 AM PageName: DataTableResult String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='InActive' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'BankType'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/10/2025 11:36:37 AM PageName: UserMasterSetting_BankNameMaster String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='InActive' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ytgy2fsv StackTrace: at UserMasterSetting_BankNameMaster.FillData() TargetSite: Void FillData() Time: 25/10/2025 11:36:47 AM PageName: DataTableResult String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='Active' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'BankType'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/10/2025 11:36:47 AM PageName: UserMasterSetting_BankNameMaster String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='Active' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ytgy2fsv StackTrace: at UserMasterSetting_BankNameMaster.FillData() TargetSite: Void FillData() Time: 25/10/2025 11:36:51 AM PageName: DataTableResult String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'BankType'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/10/2025 11:36:51 AM PageName: UserMasterSetting_BankNameMaster String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ytgy2fsv StackTrace: at UserMasterSetting_BankNameMaster.FillData() TargetSite: Void FillData() Time: 25/10/2025 11:37:08 AM PageName: DataTableResult String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='InActive' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'BankType'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/10/2025 11:37:08 AM PageName: UserMasterSetting_BankNameMaster String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='InActive' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ytgy2fsv StackTrace: at UserMasterSetting_BankNameMaster.FillData() TargetSite: Void FillData() Time: 25/10/2025 11:37:13 AM PageName: DataTableResult String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='InActive' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'BankType'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/10/2025 11:37:13 AM PageName: UserMasterSetting_BankNameMaster String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='InActive' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ytgy2fsv StackTrace: at UserMasterSetting_BankNameMaster.FillData() TargetSite: Void FillData() Time: 25/10/2025 11:37:52 AM PageName: DataTableResult String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='InActive' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'BankType'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/10/2025 11:37:52 AM PageName: UserMasterSetting_BankNameMaster String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='InActive' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ytgy2fsv StackTrace: at UserMasterSetting_BankNameMaster.FillData() TargetSite: Void FillData() Time: 25/10/2025 11:40:01 AM PageName: DataTableResult String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='Active' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'BankType'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/10/2025 11:40:01 AM PageName: UserMasterSetting_BankNameMaster String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='Active' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ytgy2fsv StackTrace: at UserMasterSetting_BankNameMaster.FillData() TargetSite: Void FillData() Time: 25/10/2025 11:41:26 AM PageName: DataTableResult String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='Active' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'BankType'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/10/2025 11:41:26 AM PageName: UserMasterSetting_BankNameMaster String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='Active' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ytgy2fsv StackTrace: at UserMasterSetting_BankNameMaster.FillData() TargetSite: Void FillData() Time: 25/10/2025 11:42:39 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 25/10/2025 11:50:41 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 25/10/2025 11:55:51 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 11:55:51 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 12:53:54 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 12:53:54 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 12:54:17 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 12:54:17 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 01:12:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 01:12:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 01:18:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 01:18:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 01:58:25 PM PageName: GroupLoan_GroupCollectionEffeciencyReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupCollectionEffeciencyReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 01:58:25 PM PageName: GroupLoan_GroupCollectionEffeciencyReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fpv521aw StackTrace: at GroupLoan_GroupCollectionEffeciencyReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupCollectionEffeciencyReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 03:54:40 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 03:54:40 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:26:34 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:26:34 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:33:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:33:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:33:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:33:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:34:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:34:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:34:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:34:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:36:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:36:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:37:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:37:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:37:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:37:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:39:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:39:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:39:42 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:39:42 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:40:20 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:40:20 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:40:56 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:40:56 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:42:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:42:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:42:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:42:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:43:29 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:43:29 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:44:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:44:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:44:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:44:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:44:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:44:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:45:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:45:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:46:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:46:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:47:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:47:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:47:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:47:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 04:48:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 04:48:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 05:09:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 05:09:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 05:18:53 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 05:18:53 PM PageName: GroupLoan_GroupLoanEMIDueReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIDueReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIDueReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 06:57:05 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 25/10/2025 07:10:27 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 07:10:27 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 07:14:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 07:14:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 07:16:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 07:16:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 07:18:26 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 07:18:26 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 07:19:56 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 07:19:56 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 07:21:13 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 07:21:13 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 07:32:03 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 07:32:03 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 08:10:59 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 09:30:32 PM PageName: DataSetTransaction String str: String sql: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WHERE MemberId='N2:01:01060:01:09' AND ApplicationDate='10/25/2025 12:00:00 AM' AND ApplicationAmount='20000.00' AND GLoanTypeNo='GL20000*22*1100' AND LoanTerm='22' ; SELECT Count(1)AS NoOfLoan, isnull(MAX(isnull(LoanCycle,0)),0)+1 AS LoanCycle FROM GroupLoanAccount WHERE MemberId='N2:01:01060:01:09' AND LoanStatus!='LoanClosed' ; SELECT isnull(Count(DISTINCT LoanId),0)AS NoOfDue FROM GroupLoanLedger WHERE PStatus='Due' AND MemberId='N2:01:01060:01:09' ; SELECT Count(1)AS Nos3 FROM GroupLoanAccount WHERE BankAccountNo='30757223886' AND BankIFSCCode='SBIN0005426' AND MemberId!='N2:01:01060:01:09' And LoanStatus !='LoanClosed' ; EXECUTE dbo.ProWebGetPutGroupApplicationId '101' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out Message: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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 ClassMaster.DataSetTransaction(String sql, SqlTransaction trans) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/10/2025 09:36:22 PM PageName: DataTableTransaction String str: String sql: SELECT Count(1)AS Nos, (SELECT TableName FROM FinancialYearMaster WITH(nolock) WHERE '10/25/2025 12:00:00 AM' BETWEEN FromDate AND ToDate)AS FinYear FROM GroupLoanLedger WHERE LoanId='GL00001267' AND VoucherId='VH00038826' AND PDate='10/25/2025 12:00:00 AM' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out Message: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Operation cancelled by user. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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 ClassMaster.DataTableTransaction(String sql, SqlTransaction trans) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/10/2025 09:36:22 PM PageName: GroupLoan_GroupLoanRepaymentReverse String str: SELECT Count(1)AS Nos, (SELECT TableName FROM FinancialYearMaster WITH(nolock) WHERE '10/25/2025 12:00:00 AM' BETWEEN FromDate AND ToDate)AS FinYear FROM GroupLoanLedger WHERE LoanId='GL00001267' AND VoucherId='VH00038826' AND PDate='10/25/2025 12:00:00 AM' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_01iug51f StackTrace: at GroupLoan_GroupLoanRepaymentReverse.lbtnReverse_Click(Object sender, EventArgs e) TargetSite: Void lbtnReverse_Click(System.Object, System.EventArgs) Time: 25/10/2025 09:40:32 PM PageName: DataSetTransaction String str: String sql: SELECT Count(1)AS Nos0 FROM GroupLoanAccount WHERE MemberId='N2:01:01060:01:09' AND ApplicationDate='10/25/2025 12:00:00 AM' AND ApplicationAmount='20000.00' AND GLoanTypeNo='GL20000*22*1100' AND LoanTerm='22' ; SELECT Count(1)AS NoOfLoan, isnull(MAX(isnull(LoanCycle,0)),0)+1 AS LoanCycle FROM GroupLoanAccount WHERE MemberId='N2:01:01060:01:09' AND LoanStatus!='LoanClosed' ; SELECT isnull(Count(DISTINCT LoanId),0)AS NoOfDue FROM GroupLoanLedger WHERE PStatus='Due' AND MemberId='N2:01:01060:01:09' ; SELECT Count(1)AS Nos3 FROM GroupLoanAccount WHERE BankAccountNo='30757223886' AND BankIFSCCode='SBIN0005426' AND MemberId!='N2:01:01060:01:09' And LoanStatus !='LoanClosed' ; EXECUTE dbo.ProWebGetPutGroupApplicationId '101' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out Message: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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 ClassMaster.DataSetTransaction(String sql, SqlTransaction trans) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/10/2025 09:45:22 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 25/10/2025 10:41:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 10:41:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 11:15:59 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/10/2025 11:15:59 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/10/2025 11:50:07 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/10/2025 10:18:14 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 10:18:14 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 10:19:09 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 10:19:09 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 10:23:22 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 10:23:22 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 10:25:26 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 10:25:26 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 10:25:52 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 10:25:52 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 10:28:44 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 10:28:44 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 10:56:23 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 10:56:23 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 11:38:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 11:38:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 11:56:51 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 11:56:51 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 12:03:05 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 12:03:05 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 12:09:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 12:09:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 02:12:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 02:12:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 02:14:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 02:14:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 02:35:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 02:35:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 02:39:32 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 02:39:32 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 02:41:13 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 02:41:13 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 02:45:46 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 02:45:46 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 02:50:34 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 02:50:34 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 03:10:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 03:10:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 03:17:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 03:17:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 03:34:36 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 03:34:36 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 03:49:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 26/10/2025 03:49:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 26/10/2025 03:49:40 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 26/10/2025 03:49:54 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 26/10/2025 03:56:31 PM PageName: LoanOfficerLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/10/2025 04:15:14 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 04:15:14 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 04:23:53 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 04:23:53 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 04:31:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 04:31:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 04:40:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 04:40:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/10/2025 04:43:16 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/10/2025 04:43:16 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/10/2025 02:26:07 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 29/10/2025 10:23:43 AM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/10/2025 10:23:43 AM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/10/2025 10:25:41 AM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:02032:01:05'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 29/10/2025 10:25:41 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:02032:01:05'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 29/10/2025 10:26:47 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:02032:01:05:03:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 29/10/2025 10:26:53 AM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:02032:01:05:03:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 29/10/2025 10:26:53 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:02032:01:05:03:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 29/10/2025 10:26:59 AM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:02032:01:05:03:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 29/10/2025 10:26:59 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:02032:01:05:03:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 29/10/2025 10:44:11 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/10/2025 10:44:11 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/10/2025 10:54:55 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/10/2025 10:54:55 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/10/2025 10:56:40 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/10/2025 10:56:40 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/10/2025 12:15:01 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/10/2025 12:15:01 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/10/2025 12:41:30 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/10/2025 12:41:30 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/10/2025 03:02:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 29/10/2025 03:02:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 29/10/2025 03:02:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 29/10/2025 03:02:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 29/10/2025 04:30:55 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/29/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/29/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 29/10/2025 04:30:55 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/29/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/29/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 29/10/2025 04:30:55 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='10/29/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 29/10/2025 04:30:55 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='10/29/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 29/10/2025 04:30:55 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 29/10/2025 04:59:31 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='10/30/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00094' AND a.CenterId='N2:01:04033' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 29/10/2025 05:33:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/10/2025 05:33:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/10/2025 06:55:58 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 29/10/2025 06:56:27 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 30/10/2025 08:56:47 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:02011:01:06:04:03' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 30/10/2025 08:57:00 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:02011:01:06:04:03' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 30/10/2025 08:57:06 AM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:02011:01:06:04:03' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/10/2025 08:57:06 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:02011:01:06:04:03' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 30/10/2025 09:25:44 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 30/10/2025 09:25:44 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 30/10/2025 09:38:58 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:02011:01:06:04:03' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 30/10/2025 09:59:47 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 30/10/2025 09:59:47 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 30/10/2025 10:38:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 10:38:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 10:40:43 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 10:40:43 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 10:41:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 10:41:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 10:43:35 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 10:43:35 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 10:44:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 10:44:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 11:08:37 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 11:08:37 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 11:21:01 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 11:21:01 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 11:24:11 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 11:24:11 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 11:25:16 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 11:25:16 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 11:26:20 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 11:26:20 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 11:59:19 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 11:59:19 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 12:18:58 PM PageName: DataTableResult String str: SELECT a.MenuId, a.MenuName, a.MenuURL, a.MenuDetail, a.MenuPriority, a.MenuStatus FROM MenuMasterEmployee a WITH(nolock) WHERE 1=1 AND a.MenuStatus='Active' AND a.MenuId='EMP00053' ORDER BY a.MenuStatus, a.MenuPriority, a.MenuId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'MenuMasterEmployee'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/10/2025 12:18:58 PM PageName: UserMasterSetting_MenuMasterEmployee String str: SELECT a.MenuId, a.MenuName, a.MenuURL, a.MenuDetail, a.MenuPriority, a.MenuStatus FROM MenuMasterEmployee a WITH(nolock) WHERE 1=1 AND a.MenuStatus='Active' AND a.MenuId='EMP00053' ORDER BY a.MenuStatus, a.MenuPriority, a.MenuId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_m23xim5n StackTrace: at UserMasterSetting_MenuMasterEmployee.FillData() TargetSite: Void FillData() Time: 30/10/2025 12:19:02 PM PageName: DataTableResult String str: SELECT a.MenuId, a.MenuName, a.MenuURL, a.MenuDetail, a.MenuPriority, a.MenuStatus FROM MenuMasterEmployee a WITH(nolock) WHERE 1=1 AND a.MenuStatus='Active' AND a.MenuPriority='EMP00053' ORDER BY a.MenuStatus, a.MenuPriority, a.MenuId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'MenuMasterEmployee'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/10/2025 12:19:02 PM PageName: UserMasterSetting_MenuMasterEmployee String str: SELECT a.MenuId, a.MenuName, a.MenuURL, a.MenuDetail, a.MenuPriority, a.MenuStatus FROM MenuMasterEmployee a WITH(nolock) WHERE 1=1 AND a.MenuStatus='Active' AND a.MenuPriority='EMP00053' ORDER BY a.MenuStatus, a.MenuPriority, a.MenuId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_m23xim5n StackTrace: at UserMasterSetting_MenuMasterEmployee.FillData() TargetSite: Void FillData() Time: 30/10/2025 12:21:30 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/10/2025 12:23:13 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/10/2025 12:24:38 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/10/2025 12:28:05 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/10/2025 12:39:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 12:39:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 12:48:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 12:48:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 12:50:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 12:50:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 01:18:13 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/10/2025 01:20:51 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 01:20:51 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 01:21:41 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 01:21:41 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 01:28:32 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/10/2025 01:32:18 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/10/2025 01:43:38 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/10/2025 03:04:31 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 30/10/2025 03:04:31 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 30/10/2025 03:05:14 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 30/10/2025 03:05:14 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 30/10/2025 03:59:00 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 03:59:00 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 04:14:43 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='10/31/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00091' AND a.CenterId='N2:01:06015' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 30/10/2025 04:18:12 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 30/10/2025 04:22:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 30/10/2025 04:22:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 30/10/2025 04:56:08 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 30/10/2025 05:31:00 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/30/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/30/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/10/2025 05:31:00 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/30/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/30/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 30/10/2025 05:31:00 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='10/30/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/10/2025 05:31:00 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='10/30/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 30/10/2025 05:31:00 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 30/10/2025 05:31:05 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/30/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/30/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/10/2025 05:31:05 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/30/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='10/30/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 30/10/2025 05:31:05 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='10/30/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 30/10/2025 05:31:05 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='10/30/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 30/10/2025 05:31:05 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 30/10/2025 06:15:16 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 30/10/2025 06:18:10 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 30/10/2025 06:19:06 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 30/10/2025 08:10:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 30/10/2025 08:10:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 30/10/2025 08:10:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 31/10/2025 08:54:33 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 31/10/2025 08:54:33 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 31/10/2025 08:54:58 AM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='11/3/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 31/10/2025 10:00:45 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/10/2025 10:00:45 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/10/2025 10:31:23 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/10/2025 10:31:23 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/10/2025 10:38:01 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 31/10/2025 10:46:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/10/2025 10:46:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/10/2025 10:49:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/10/2025 10:49:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/10/2025 10:55:06 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/10/2025 10:55:06 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/10/2025 10:58:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/10/2025 10:58:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/10/2025 11:09:06 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/10/2025 11:09:06 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/10/2025 11:37:35 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/10/2025 11:37:35 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/10/2025 12:19:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/10/2025 12:19:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/10/2025 12:24:39 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/10/2025 12:24:39 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_atjsswvu StackTrace: at GroupLoan_GroupLoanOutstandingReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/10/2025 12:47:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/10/2025 12:47:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/10/2025 12:47:39 PM PageName: DataSetResult String str: SELECT BankId, BankName FROM BankNameMaster WITH(nolock) WHERE BankStatus='Active' ORDER BY BankName ; SELECT StateId, StateName FROM StateNameMaster WITH(nolock) WHERE StateStatus='Active' ORDER BY StateName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerStatus='Active' AND a.LedgerMain=300000 ORDER BY a.LedgerName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerStatus='Active' AND a.LedgerMain=700000 ORDER BY a.LedgerName ; SELECT POIName FROM POIDocumentMaster WITH(nolock) WHERE POIStatus='Active' ORDER BY POIName ; SELECT POAName FROM POADocumentMaster WITH(nolock) WHERE POAStatus='Active' ORDER BY POAName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'POIDocumentMaster'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.TryNextResult(Boolean& more) at System.Data.SqlClient.SqlDataReader.NextResult() at System.Data.ProviderBase.DataReaderContainer.NextResult() at System.Data.Common.DataAdapter.FillNextResult(DataReaderContainer dataReader) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 31/10/2025 12:47:39 PM PageName: Employee_EmployeeRegistrationUpdateVerification String str: SELECT BankId, BankName FROM BankNameMaster WITH(nolock) WHERE BankStatus='Active' ORDER BY BankName ; SELECT StateId, StateName FROM StateNameMaster WITH(nolock) WHERE StateStatus='Active' ORDER BY StateName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerStatus='Active' AND a.LedgerMain=300000 ORDER BY a.LedgerName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerStatus='Active' AND a.LedgerMain=700000 ORDER BY a.LedgerName ; SELECT POIName FROM POIDocumentMaster WITH(nolock) WHERE POIStatus='Active' ORDER BY POIName ; SELECT POAName FROM POADocumentMaster WITH(nolock) WHERE POAStatus='Active' ORDER BY POAName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_qnpkp0xm StackTrace: at Employee_EmployeeRegistrationUpdateVerification.FillDDLData() TargetSite: Void FillDDLData() Time: 31/10/2025 01:24:39 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_BranchClosingBalanceSummary.grdBranch_Sorting(Object sender, GridViewSortEventArgs e) TargetSite: Void grdBranch_Sorting(System.Object, System.Web.UI.WebControls.GridViewSortEventArgs) Time: 31/10/2025 01:41:11 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 31/10/2025 01:47:02 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 31/10/2025 02:43:39 PM PageName: GroupLoan_GroupLoanDisbursement String str: SELECT Count(1) AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00040106' ; SELECT Count(1) AS Nos2 FROM GroupLoanAccount WHERE LoanId='GL00002002' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00040106', 'GroupLoanDisbursement', GETDATE(), 'emp00050' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; UPDATE GroupLoanAccount SET LoanId= 'GL00002002' WHERE SanctionId='GS10001998' ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 31/10/2025 04:00:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/10/2025 04:00:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/10/2025 04:49:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/10/2025 04:49:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/10/2025 04:52:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/10/2025 04:52:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 31/10/2025 07:20:20 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 31/10/2025 07:48:26 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 31/10/2025 08:24:50 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 31/10/2025 08:25:04 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 31/10/2025 08:25:09 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursement.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 31/10/2025 10:04:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 31/10/2025 10:04:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 31/10/2025 10:04:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 31/10/2025 11:46:04 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 31/10/2025 11:46:04 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 08:42:18 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00045' AND ld.CenterId='N2:01:06051' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/11/2025 08:42:18 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00045' AND ld.CenterId='N2:01:06051' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/11/2025 08:42:18 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00045' AND ld.CenterId='N2:01:06051' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/11/2025 08:42:31 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00045' AND ld.CenterId='N2:01:06051' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/11/2025 08:42:31 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00045' AND ld.CenterId='N2:01:06051' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/11/2025 08:42:31 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00045' AND ld.CenterId='N2:01:06051' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/11/2025 08:42:48 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00045' AND ld.CenterId='N2:01:06051' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/11/2025 08:42:48 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00045' AND ld.CenterId='N2:01:06051' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/11/2025 08:42:48 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/1/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='106' AND ld.LoanOfficerId='EMP00045' AND ld.CenterId='N2:01:06051' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 01/11/2025 08:55:11 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 01/11/2025 08:55:16 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 01/11/2025 10:28:32 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 10:28:32 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 10:32:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 10:32:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 10:38:53 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 10:38:53 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 10:38:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 10:38:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 10:44:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 10:44:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 10:56:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 10:56:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 10:57:39 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 10:57:39 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 10:57:55 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 10:57:55 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 10:58:37 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 10:58:37 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 10:59:37 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 10:59:37 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 12:22:37 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 12:22:37 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 12:29:29 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 12:29:29 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 01/11/2025 12:29:29 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 12:29:29 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 01/11/2025 12:29:29 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 01/11/2025 12:31:44 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 12:31:44 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 01/11/2025 12:31:44 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 12:31:44 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 01/11/2025 12:31:44 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 12:31:44 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 01/11/2025 12:32:53 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 12:32:53 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 12:35:23 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 12:35:23 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 12:40:41 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='11/5/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00094' AND a.CenterId='N2:01:04021' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 01/11/2025 12:44:51 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='11/5/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00094' AND a.CenterId='N2:01:04021' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 01/11/2025 12:49:33 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 12:49:33 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 01/11/2025 12:49:33 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 12:49:33 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 01/11/2025 12:49:33 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 12:49:33 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 01/11/2025 12:52:02 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 12:52:02 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 01/11/2025 12:52:02 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 12:52:02 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 01/11/2025 12:52:02 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 12:52:02 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 01/11/2025 12:52:04 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 12:52:04 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 01/11/2025 12:52:04 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 12:52:04 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 01/11/2025 12:52:04 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 01/11/2025 12:54:58 PM PageName: DataSetResult String str: SELECT DesignationId, DesignationName FROM DesignationMaster WITH(nolock) WHERE DesignationStatus='Active' ORDER BY DesignationName ; SELECT DepartmentId, DepartmentName FROM DepartmentMaster WITH(nolock) WHERE DepartmentStatus='Active' ORDER BY DepartmentName ; SELECT EmployeeTypeId, EmployeeTypeName FROM EmployeeTypeMaster WITH(nolock) WHERE EmployeeTypeStatus='Active' ORDER BY EmployeeTypeName ; SELECT LeaveTypeId, LeaveName FROM LeaveTypeMaster WITH(nolock) WHERE LeaveStatus='Active' ORDER BY LeaveName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'LeaveTypeMaster'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.TryNextResult(Boolean& more) at System.Data.SqlClient.SqlDataReader.NextResult() at System.Data.ProviderBase.DataReaderContainer.NextResult() at System.Data.Common.DataAdapter.FillNextResult(DataReaderContainer dataReader) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 01:06:07 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 01:06:07 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 01:06:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 01:06:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 01:08:32 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 01:08:32 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 01:11:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 01:11:36 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 01:11:36 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 01:11:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 01:11:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 01:18:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 01:18:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 01:39:46 PM PageName: GroupLoan_GroupCollectionEffeciencyReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupCollectionEffeciencyReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 01:39:46 PM PageName: GroupLoan_GroupCollectionEffeciencyReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fpv521aw StackTrace: at GroupLoan_GroupCollectionEffeciencyReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupCollectionEffeciencyReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 03:02:16 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 03:02:16 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 04:02:10 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 04:02:10 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 01/11/2025 04:02:10 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 04:02:10 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 01/11/2025 04:02:10 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 04:02:10 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 01/11/2025 04:02:14 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 04:02:14 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 04:02:24 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 04:02:24 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 01/11/2025 04:02:24 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 04:02:24 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 01/11/2025 04:02:24 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 01/11/2025 04:07:35 PM PageName: DataTableResult String str: DECLARE @FDate DATE, @TDate DATE, @BranchId varchar(10); SET @FDate='11/1/2025 12:00:00 AM'; SET @TDate='11/1/2025 12:00:00 AM'; SET @BranchId=null; SET @BranchId='103' SELECT lm.LedgerMain, lm.LedgerHead, lm.LedgerId, lm.LedgerName, CASE WHEN lm.LedgerMain IN (100000,700000) THEN isnull(tob.ODebit,0)-isnull(tob.OCredit,0) WHEN lm.LedgerMain IN (300000,500000) THEN isnull(tob.OCredit,0)-isnull(tob.ODebit,0) ELSE 0 END AS OpeningBalance, isnull(tcd.TCredit,0)AS CreditAmount, isnull(tcd.TDebit,0)AS DebitAmount, CASE WHEN lm.LedgerMain IN (100000,700000) THEN isnull(tcb.CDebit,0)-isnull(tcb.CCredit,0) WHEN lm.LedgerMain IN (300000,500000) THEN isnull(tcb.CCredit,0)-isnull(tcb.CDebit,0) ELSE 0 END AS ClosingBalance FROM F2526LedgerMaster lm WITH(nolock) INNER JOIN ( SELECT HeadId, sum(Credit)AS TCredit, SUM(Debit)AS TDebit FROM F2526VoucherDetail WITH(nolock) WHERE TransDate>=@FDate AND TransDate<=@TDate AND isnull(@BranchId,BranchId)=BranchId GROUP BY HeadId )tcd ON lm.LedgerId=tcd.HeadId LEFT JOIN ( SELECT HeadId, sum(Credit)AS OCredit, SUM(Debit)AS ODebit FROM F2526VoucherDetail WITH(nolock) WHERE TransDate<@FDate AND isnull(@BranchId,BranchId)=BranchId GROUP BY HeadId )tob ON lm.LedgerId=tob.HeadId LEFT JOIN ( SELECT HeadId, sum(Credit)AS CCredit, SUM(Debit)AS CDebit FROM F2526VoucherDetail WITH(nolock) WHERE TransDate<=@TDate AND isnull(@BranchId,BranchId)=BranchId GROUP BY HeadId )tcb ON lm.LedgerId=tcb.HeadId ORDER BY lm.LedgerMain, lm.LedgerHead, lm.LedgerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526LedgerMaster'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 04:07:35 PM PageName: Account_AccountRPStatement String str: DECLARE @FDate DATE, @TDate DATE, @BranchId varchar(10); SET @FDate='11/1/2025 12:00:00 AM'; SET @TDate='11/1/2025 12:00:00 AM'; SET @BranchId=null; SET @BranchId='103' SELECT lm.LedgerMain, lm.LedgerHead, lm.LedgerId, lm.LedgerName, CASE WHEN lm.LedgerMain IN (100000,700000) THEN isnull(tob.ODebit,0)-isnull(tob.OCredit,0) WHEN lm.LedgerMain IN (300000,500000) THEN isnull(tob.OCredit,0)-isnull(tob.ODebit,0) ELSE 0 END AS OpeningBalance, isnull(tcd.TCredit,0)AS CreditAmount, isnull(tcd.TDebit,0)AS DebitAmount, CASE WHEN lm.LedgerMain IN (100000,700000) THEN isnull(tcb.CDebit,0)-isnull(tcb.CCredit,0) WHEN lm.LedgerMain IN (300000,500000) THEN isnull(tcb.CCredit,0)-isnull(tcb.CDebit,0) ELSE 0 END AS ClosingBalance FROM F2526LedgerMaster lm WITH(nolock) INNER JOIN ( SELECT HeadId, sum(Credit)AS TCredit, SUM(Debit)AS TDebit FROM F2526VoucherDetail WITH(nolock) WHERE TransDate>=@FDate AND TransDate<=@TDate AND isnull(@BranchId,BranchId)=BranchId GROUP BY HeadId )tcd ON lm.LedgerId=tcd.HeadId LEFT JOIN ( SELECT HeadId, sum(Credit)AS OCredit, SUM(Debit)AS ODebit FROM F2526VoucherDetail WITH(nolock) WHERE TransDate<@FDate AND isnull(@BranchId,BranchId)=BranchId GROUP BY HeadId )tob ON lm.LedgerId=tob.HeadId LEFT JOIN ( SELECT HeadId, sum(Credit)AS CCredit, SUM(Debit)AS CDebit FROM F2526VoucherDetail WITH(nolock) WHERE TransDate<=@TDate AND isnull(@BranchId,BranchId)=BranchId GROUP BY HeadId )tcb ON lm.LedgerId=tcb.HeadId ORDER BY lm.LedgerMain, lm.LedgerHead, lm.LedgerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at Account_AccountRPStatement.FillData() TargetSite: Void FillData() Time: 01/11/2025 04:09:32 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 04:09:32 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 04:10:19 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 04:10:19 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 05:11:30 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 05:11:30 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 01/11/2025 05:11:30 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 05:11:30 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 01/11/2025 05:11:30 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 05:11:30 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 01/11/2025 05:11:36 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 05:11:36 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 01/11/2025 05:11:36 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 05:11:36 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 01/11/2025 05:11:36 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 01/11/2025 05:12:03 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 05:12:03 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 01/11/2025 05:12:03 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 05:12:03 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 01/11/2025 05:12:03 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 05:12:03 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 01/11/2025 05:12:06 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 05:12:06 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 01/11/2025 05:12:06 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 05:12:06 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 01/11/2025 05:12:06 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 01/11/2025 05:20:08 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 05:20:08 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 01/11/2025 05:20:08 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 05:20:08 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 01/11/2025 05:20:08 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 05:20:08 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 01/11/2025 05:21:11 PM PageName: DataSetResult String str: SELECT DesignationId, DesignationName FROM DesignationMaster WITH(nolock) WHERE DesignationStatus='Active' ORDER BY DesignationName ; SELECT DepartmentId, DepartmentName FROM DepartmentMaster WITH(nolock) WHERE DepartmentStatus='Active' ORDER BY DepartmentName ; SELECT EmployeeTypeId, EmployeeTypeName FROM EmployeeTypeMaster WITH(nolock) WHERE EmployeeTypeStatus='Active' ORDER BY EmployeeTypeName ; SELECT LeaveTypeId, LeaveName FROM LeaveTypeMaster WITH(nolock) WHERE LeaveStatus='Active' ORDER BY LeaveName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'LeaveTypeMaster'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.TryNextResult(Boolean& more) at System.Data.SqlClient.SqlDataReader.NextResult() at System.Data.ProviderBase.DataReaderContainer.NextResult() at System.Data.Common.DataAdapter.FillNextResult(DataReaderContainer dataReader) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 05:26:34 PM PageName: GroupLoan_GroupODPaymentReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_wd5z5yjd StackTrace: at GroupLoan_GroupODPaymentReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 05:27:33 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 05:27:33 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 01/11/2025 05:27:33 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 05:27:33 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/1/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 01/11/2025 05:27:33 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 01/11/2025 05:55:00 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 05:55:00 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 06:00:29 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 06:00:29 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 06:19:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 06:19:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 06:29:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 06:29:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 06:30:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 06:30:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 06:35:24 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 06:35:24 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 06:39:26 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 06:39:26 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 06:41:59 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 06:41:59 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 06:44:36 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 01/11/2025 06:44:36 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 01/11/2025 06:47:20 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/11/2025 06:47:20 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/11/2025 07:00:03 PM PageName: DataTableResult String str: DECLARE @TDate DATE; SET @TDate='11/1/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate='01/10/2025' AND isnull(c.NoOfDay,0)<='31/10/2025' AND a.BranchId IN ('103','104','106','105','100','101','102') AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value '01/10/2025' to data type int. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.Read() at System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 07:00:03 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: DECLARE @TDate DATE; SET @TDate='11/1/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate='01/10/2025' AND isnull(c.NoOfDay,0)<='31/10/2025' AND a.BranchId IN ('103','104','106','105','100','101','102') AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 01/11/2025 07:00:10 PM PageName: DataTableResult String str: DECLARE @TDate DATE; SET @TDate='11/1/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate='01/10/2025' AND isnull(c.NoOfDay,0)<='31/10/2025' AND a.BranchId IN ('103','104','106','105','100','101','102') AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value '01/10/2025' to data type int. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.Read() at System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/11/2025 07:00:10 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: DECLARE @TDate DATE; SET @TDate='11/1/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate='01/10/2025' AND isnull(c.NoOfDay,0)<='31/10/2025' AND a.BranchId IN ('103','104','106','105','100','101','102') AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 01/11/2025 07:05:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 01/11/2025 07:05:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 01/11/2025 07:05:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 01/11/2025 07:05:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 01/11/2025 07:05:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 01/11/2025 07:05:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 01/11/2025 07:05:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 01/11/2025 07:05:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 01/11/2025 07:25:14 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 02/11/2025 01:56:28 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 01:56:28 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 01:56:45 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 01:56:45 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 07:09:07 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 07:09:07 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 07:29:45 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 07:29:45 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 07:31:24 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 07:31:24 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 07:49:06 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 07:49:06 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 08:23:18 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 08:23:18 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 08:37:01 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 08:37:01 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 08:47:41 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 08:47:41 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 09:55:10 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 09:55:10 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 10:30:02 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 10:30:02 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 10:59:16 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 10:59:16 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 11:00:28 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 11:00:28 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 11:01:27 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 11:01:27 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 11:02:24 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 11:02:24 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 11:03:20 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/11/2025 11:03:30 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 11:03:30 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 11:04:48 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/11/2025 11:04:48 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/11/2025 11:05:57 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/11/2025 10:34:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 10:34:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 10:37:29 AM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 03/11/2025 10:37:29 AM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 03/11/2025 10:37:29 AM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 03/11/2025 10:37:29 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 03/11/2025 10:37:29 AM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 03/11/2025 10:37:29 AM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 03/11/2025 10:37:32 AM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/3/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/3/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 03/11/2025 10:37:32 AM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/3/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/3/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 03/11/2025 10:37:32 AM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/3/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 03/11/2025 10:37:32 AM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/3/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 03/11/2025 10:37:32 AM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 03/11/2025 10:39:18 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 10:39:18 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 10:40:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 10:40:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 10:42:28 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 10:42:28 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 11:33:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 11:33:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 11:38:36 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 11:38:36 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 11:44:37 AM PageName: GroupLoan_GroupMemberApproval String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: ExecuteNonQuery: CommandText property has not been initialized Source: System.Data StackTrace: at System.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupMemberApproval.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void ValidateCommand(System.String, Boolean) Time: 03/11/2025 12:04:38 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 12:04:38 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 12:12:14 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 12:12:14 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 12:16:02 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 12:16:02 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 12:16:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 12:16:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 12:17:37 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 12:17:37 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 12:19:53 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 12:19:53 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 12:51:38 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 12:51:38 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 01:07:00 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 01:07:00 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 01:10:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 01:10:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 01:31:52 PM PageName: Employee_EmployeeRegistrationVerificationNew String str: SELECT Count(1) AS Nos0 FROM EmployeeRegistrationDetail WHERE EmployeeId='EMP00099' ; SELECT Count(1) AS Nos1 FROM UserLoginDetail WHERE UserLoginId='EMP00099' ; String sql: INSERT INTO EmployeeRegistrationDetail ( BranchId, BranchName, EmployeeId, EmployeeName, EmployeeSalutation, DepartmentName, DesignationName, ReportingOfficerId, ReportingOfficerName, EmployeeType, EmployeeGrade, EmployeeIdType, EmpJoinDate, GuardianSalutation, GuardianName, EmployeeMobileNo, EmployeeContactNo, EmployeeEmailId, EmployeeDOB, EmployeeGender, EmployeeReligion, EmployeeCategory, MaritalStatus, DateOfMarriage, SpouseName, Qualification, RelevantExperience, PreviousEmployment, DocumentSubmitted, LiabilityHeadId, LiabilityHeadName, ExpenceHeadId, ExpenceHeadName, RegStatus, SalaryStatus, AttendanceStatus, GroupLoanTeam, PermanentAddress, PermanentCity, PermanentStateId, PermanentStateName, PermanentDistrictId, PermanentDistrictName, PermanentPinCode, SameAsPostal, PostalAddress, PostalCity, PostalStateId, PostalStateName, PostalDistrictId, PostalDistrictName, PostalPinCode, BankAccountType, BankAccountNo, BankIFSCCode, BankNameId, BankName, BankBranch, AadharNo, AadharVerified, AadharOTP, PANNo, PANVerified, VoterIdNo, VoterIdVerified, DLNo, PFAccountNo, PFUANNo, ESINo, AadharImage, EntryUser, EntryTime ) VALUES ( '100', 'Head Office', 'EMP00099', 'Shivani Vishwakarma', 'Mr.', 'OD Department', 'OD Executive', 'EMP00008', 'Prabhat Kumar', 'PartTime', 'Grade-01', 'Software', '11/3/2025 12:00:00 AM', 'S/O', 'Rajesh Vishwakarma', '7317088403', '', '', '2/5/2002 12:00:00 AM', 'Female', 'Hindu', 'OBC', 'Married', '1/1/1900 12:00:00 AM', '', '', '', '', '', '311000', 'Employee Salary Payable - 311000', '711000', 'Employee Salary Expence - 711000', 'Approved', 'Active', 'Active', 'Yes', 'b46/14,aditya nagar,varanasi,varanasi', 'aditya nagar,', '41', 'Uttar Pradesh', '2133', 'Varanasi', '221005', 'Yes', 'b46/14,aditya nagar,varanasi,varanasi', 'aditya nagar,', '41', 'Uttar Pradesh', '2133', 'Varanasi', '221005', 'Saving', '1018017317088403', 'UTKS0001018', '', '', '', '557100238299','','' ,'CPSPV7790F','Verification Error ??????????', '', '','', '', '', '', '', 'emp00075', GETDATE() ) ; INSERT INTO UserLoginDetail ( UserLoginId, UserPassword, UserRole, UserLoginStatus, UserWebLogin, UserEXELogin, UserMenuType, EmployeeId, BranchId, BranchName, UserWorkingDate, NoOfBackDate, UserName, UserMobileNo, UserEmailId, UserAddress, UserJoinDate, EntryUser, EntryTime ) VALUES ( 'EMP00099', 'RQBNAFAAMAAwADAAOQA5AA==', 'SubAdmin', 'Active', 'Active', 'Active', null, 'EMP00099', '100', 'Head Office', '11/3/2025 12:00:00 AM', '0', 'Shivani Vishwakarma', '7317088403', '', 'b46/14,aditya nagar,varanasi,varanasi', '11/3/2025 12:00:00 AM', 'emp00075', GETDATE() ) ; INSERT INTO BranchPermission ( UserId, BranchId, EntryUser, EntryTime ) VALUES ( 'EMP00099', '100', 'emp00075', GETDATE() ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String or binary data would be truncated. The statement has been terminated. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at Employee_EmployeeRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 03/11/2025 01:50:48 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/11/2025 01:52:32 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/11/2025 01:56:49 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/11/2025 01:58:00 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/11/2025 02:21:20 PM PageName: LoanOfficerHomePage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at LoanOfficerHomePage.Page_Load(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/11/2025 03:07:52 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 03:07:52 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 03:08:40 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 03:08:40 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 03:10:30 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 03:10:30 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 03:12:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 03:12:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 03:24:03 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 03:24:03 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 03:28:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 03:28:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 04:02:48 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 04:02:48 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 04:14:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 04:14:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 04:26:41 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/11/2025 04:28:53 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/11/2025 04:29:13 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/11/2025 04:34:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 03/11/2025 04:34:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 03/11/2025 04:34:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 03/11/2025 04:35:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 03/11/2025 04:35:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 03/11/2025 04:35:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 03/11/2025 04:35:41 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 03/11/2025 04:35:54 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 03/11/2025 04:36:08 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 04:36:08 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 04:38:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 03/11/2025 05:19:22 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 05:19:22 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/11/2025 08:52:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/11/2025 08:52:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 10:37:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 10:37:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 10:46:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 10:46:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 10:46:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 10:46:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 10:49:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 10:49:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 10:50:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 10:50:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 10:52:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 10:52:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 11:19:20 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 11:19:20 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 11:48:25 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 11:48:25 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 12:02:08 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 12:02:08 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 12:05:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 12:05:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 12:42:33 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 12:42:33 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 12:51:57 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 12:51:57 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 02:50:56 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 02:50:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 02:59:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 04/11/2025 02:59:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 04/11/2025 03:19:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 03:19:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 03:38:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 04/11/2025 03:38:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 04/11/2025 03:38:21 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 04/11/2025 03:38:21 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 04/11/2025 03:38:30 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 04/11/2025 03:38:30 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 04/11/2025 05:17:03 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 05:17:03 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 06:10:04 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00000779'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_PrintRDLCPage.GroupLoanStatement() TargetSite: Void AbortInternal() Time: 04/11/2025 06:10:04 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00000779'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanStatement() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanStatement() Time: 04/11/2025 06:10:15 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000779' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 04/11/2025 06:10:15 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00000779' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 04/11/2025 06:10:29 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00000779'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_PrintRDLCPage.GroupLoanStatement() TargetSite: Void AbortInternal() Time: 04/11/2025 06:10:29 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00000779'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanStatement() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanStatement() Time: 04/11/2025 06:11:03 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 04/11/2025 11:16:47 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 11:16:47 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 11:21:38 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 11:21:38 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/11/2025 11:33:22 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/11/2025 11:33:22 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 12:03:52 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/11/2025 10:23:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 10:23:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 10:23:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 10:23:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 10:27:19 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 10:27:19 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 10:31:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 10:31:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 10:36:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 10:36:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 10:38:42 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 10:38:42 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 10:39:05 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 10:39:05 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 10:41:53 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 10:41:53 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 10:46:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 10:46:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 10:46:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 10:46:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 12:14:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 12:14:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 01:02:08 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 01:02:08 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 01:49:06 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 01:49:06 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 02:00:42 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 02:00:42 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 04:03:51 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 04:03:51 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 04:37:18 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 05/11/2025 04:37:18 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 05/11/2025 04:37:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 05/11/2025 05:43:57 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 05:43:57 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 07:08:09 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/11/2025 07:08:10 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/11/2025 07:08:10 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/11/2025 08:51:48 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 08:51:48 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 09:33:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 09:33:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 10:07:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 10:07:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/11/2025 11:14:06 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/11/2025 11:14:06 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 10:41:48 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 06/11/2025 10:43:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 10:43:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 10:45:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 10:45:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 10:46:48 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 10:46:48 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 10:47:26 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 10:47:26 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 10:49:19 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 10:49:19 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 11:52:02 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 12:13:32 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 12:13:32 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 12:32:24 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 12:32:24 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 12:42:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 12:42:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 01:03:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 01:03:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 01:31:05 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:06035:01:03'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/11/2025 01:31:05 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:06035:01:03'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 06/11/2025 01:54:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 01:54:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 02:06:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 06/11/2025 02:06:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 06/11/2025 02:06:07 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 06/11/2025 02:06:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 06/11/2025 02:06:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 06/11/2025 02:06:14 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 06/11/2025 03:14:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 03:14:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 03:14:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 03:14:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 03:22:51 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 03:22:51 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 03:23:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 03:23:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 03:24:42 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 03:24:42 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 03:28:12 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 03:28:12 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 03:30:13 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 03:30:13 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 04:04:29 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/6/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='103012' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 06/11/2025 04:04:29 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/6/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='103012' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 06/11/2025 04:04:29 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/6/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='103012' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 06/11/2025 04:04:29 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/6/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='103012' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 06/11/2025 04:04:29 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/6/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='103012' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 06/11/2025 04:04:29 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/6/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='103012' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 06/11/2025 04:15:43 PM PageName: GroupLoan_GroupMemberApproval String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: ExecuteNonQuery: CommandText property has not been initialized Source: System.Data StackTrace: at System.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupMemberApproval.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void ValidateCommand(System.String, Boolean) Time: 06/11/2025 07:52:07 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 07:52:07 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 07:56:08 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 07:56:08 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 08:30:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 08:30:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 08:34:10 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 08:34:10 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 08:49:29 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 08:49:29 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 08:56:41 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 08:56:41 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 10:41:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 06/11/2025 10:41:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 06/11/2025 10:43:45 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 10:43:45 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/11/2025 11:00:12 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/11/2025 11:00:12 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/11/2025 10:31:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/11/2025 10:31:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/11/2025 10:34:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/11/2025 10:34:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/11/2025 10:38:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/11/2025 10:38:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/11/2025 10:41:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/11/2025 10:41:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/11/2025 10:50:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/11/2025 10:50:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/11/2025 10:54:34 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/11/2025 10:54:34 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/11/2025 11:21:20 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/11/2025 11:21:20 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/11/2025 11:47:19 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00000287'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_PrintRDLCPage.GroupLoanStatement() TargetSite: Void AbortInternal() Time: 07/11/2025 11:47:19 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00000287'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanStatement() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanStatement() Time: 07/11/2025 12:09:14 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 07/11/2025 12:09:20 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 07/11/2025 12:10:45 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 07/11/2025 12:11:05 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 07/11/2025 12:25:42 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/11/2025 12:25:42 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/11/2025 12:50:15 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/11/2025 12:50:15 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/11/2025 02:27:48 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 07/11/2025 02:27:48 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 07/11/2025 02:27:57 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='11/13/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 07/11/2025 02:58:03 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 07/11/2025 02:58:03 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 07/11/2025 02:58:03 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 07/11/2025 02:58:03 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 07/11/2025 02:58:03 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 07/11/2025 02:58:03 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 07/11/2025 07:01:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/11/2025 07:01:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/11/2025 07:02:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/11/2025 07:02:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/11/2025 07:02:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/11/2025 07:02:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/11/2025 08:06:00 PM PageName: GroupLoan_GroupLoanCenterMeeting String str: SELECT a.CenterId, a.CenterName, a.CenterName+' ('+a.CenterId+')' AS CenterIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' AND a.CenterOfficerId='EMP00093' AND a.MeetingType='Weekly' AND a.MeetingDay='Friday' ORDER BY a.CenterName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5obhxy1 StackTrace: at GroupLoan_GroupLoanCenterMeeting.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/11/2025 08:06:19 PM PageName: GroupLoan_GroupLoanCenterMeeting String str: SELECT a.CenterId, a.CenterName, a.CenterName+' ('+a.CenterId+')' AS CenterIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' AND a.CenterOfficerId='EMP00093' AND a.MeetingType='Weekly' AND a.MeetingDay='Friday' ORDER BY a.CenterName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5obhxy1 StackTrace: at GroupLoan_GroupLoanCenterMeeting.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/11/2025 10:40:34 AM PageName: DataTableResult String str: SELECT a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, Convert(Char,a.MemberJoinDate,106)AS MemberJoinDate, a.MemberGender, convert(CHAR,a.MemberDOB,106)AS MemberDOB, a.MemberGuardianName, a.MemberMobileNo, a.CGTOfficerId, a.CGTOfficerName, convert(CHAR,a.CGTDate,106)AS CGTDate, a.CGTUser, rtrim(Convert(CHAR,a.CGTTime,106))+' '+rtrim(Convert(CHAR,a.CGTTime,108))AS CGTTime FROM GroupLoanMemberDetail a WITH(nolock) WHERE a.CGTOfficerId='ROOT' AND a.CGTOfficerName NOT IN ('','Select') AND a.CGTDate!='' AND a.CGTDate>='11/8/2025 12:00:00 AM' AND a.CGTDate<'11/9/2025 12:00:00 AM' ORDER BY a.MemberJoinDate, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'CGTOfficerId'. Invalid column name 'CGTOfficerName'. Invalid column name 'CGTOfficerName'. Invalid column name 'CGTDate'. Invalid column name 'CGTDate'. Invalid column name 'CGTDate'. Invalid column name 'CGTOfficerId'. Invalid column name 'CGTOfficerName'. Invalid column name 'CGTDate'. Invalid column name 'CGTUser'. Invalid column name 'CGTTime'. Invalid column name 'CGTTime'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/11/2025 10:40:34 AM PageName: LoanOfficer_GroupMemberCGTList String str: SELECT a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, Convert(Char,a.MemberJoinDate,106)AS MemberJoinDate, a.MemberGender, convert(CHAR,a.MemberDOB,106)AS MemberDOB, a.MemberGuardianName, a.MemberMobileNo, a.CGTOfficerId, a.CGTOfficerName, convert(CHAR,a.CGTDate,106)AS CGTDate, a.CGTUser, rtrim(Convert(CHAR,a.CGTTime,106))+' '+rtrim(Convert(CHAR,a.CGTTime,108))AS CGTTime FROM GroupLoanMemberDetail a WITH(nolock) WHERE a.CGTOfficerId='ROOT' AND a.CGTOfficerName NOT IN ('','Select') AND a.CGTDate!='' AND a.CGTDate>='11/8/2025 12:00:00 AM' AND a.CGTDate<'11/9/2025 12:00:00 AM' ORDER BY a.MemberJoinDate, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_53fjcx40 StackTrace: at LoanOfficer_GroupMemberCGTList.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 08/11/2025 10:40:39 AM PageName: DataTableResult String str: SELECT a.CGTOfficerName+' ('+a.CGTOfficerId+')' AS CGTOfficerName, a.GRTOfficerName+' ('+a.GRTOfficerId+')' AS GRTOfficerName, a.CenterId, a.CenterName, a.GroupName, a.GroupStatus, Convert(CHAR,a.GroupJoinDate,106)AS GroupJoinDate, Convert(CHAR,a.MemberJoinDate,106)AS MemberJoinDate, a.MemberId, a.MemberName, a.MemberGender, Convert(CHAR,a.MemberDOB,106)AS MemberDOB, a.MemberAge, a.MemberGuardianName, a.MemberMobileNo, a.MemberFormNo FROM GroupLoanMemberDetail a WITH(nolock) WHERE a.GroupOfficerId='ROOT' AND a.GroupStatus IN ('CGTNotRequired','CGTApproved','GRTRejected') ORDER BY a.CenterName, a.MemberName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'GroupStatus'. Invalid column name 'GroupStatus'. Invalid column name 'GroupStatus'. Invalid column name 'CGTOfficerName'. Invalid column name 'CGTOfficerId'. Invalid column name 'GRTOfficerName'. Invalid column name 'GRTOfficerId'. Invalid column name 'GroupStatus'. Invalid column name 'GroupJoinDate'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/11/2025 10:40:39 AM PageName: LoanOfficer_GroupMemberGRT String str: SELECT a.CGTOfficerName+' ('+a.CGTOfficerId+')' AS CGTOfficerName, a.GRTOfficerName+' ('+a.GRTOfficerId+')' AS GRTOfficerName, a.CenterId, a.CenterName, a.GroupName, a.GroupStatus, Convert(CHAR,a.GroupJoinDate,106)AS GroupJoinDate, Convert(CHAR,a.MemberJoinDate,106)AS MemberJoinDate, a.MemberId, a.MemberName, a.MemberGender, Convert(CHAR,a.MemberDOB,106)AS MemberDOB, a.MemberAge, a.MemberGuardianName, a.MemberMobileNo, a.MemberFormNo FROM GroupLoanMemberDetail a WITH(nolock) WHERE a.GroupOfficerId='ROOT' AND a.GroupStatus IN ('CGTNotRequired','CGTApproved','GRTRejected') ORDER BY a.CenterName, a.MemberName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_tjtbdvfm StackTrace: at LoanOfficer_GroupMemberGRT.FillMember() TargetSite: Void FillMember() Time: 08/11/2025 10:40:46 AM PageName: DataTableResult String str: SELECT Convert(CHAR,a.GroupJoinDate,106)AS GroupJoinDate, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, (SELECT Count(1) FROM GroupLoanAccount WHERE LoanStatus IN ('LoanApplied','LoanApproved','FeeSubmitted','LoanDisbursed') AND MemberId=a.MemberId)AS NoOfActiveLoan, a.MemberProfileStatus, a.GroupStatus, Convert(CHAR,a.CGTDate,106)AS CGTDate, Convert(CHAR,a.GRTDate,106)AS GRTDate, a.GroupName, a.CenterId, a.CenterName FROM GroupLoanMemberDetail a WITH(nolock) WHERE 1=1 AND (CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END)!='DropOut' AND a.GroupOfficerId='ROOT' AND (SELECT Count(1) FROM GroupLoanAccount WHERE MemberId=a.MemberId)=0 ORDER BY a.BranchName, a.GroupOfficerName, a.CenterName, a.GroupName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'GroupJoinDate'. Invalid column name 'GroupStatus'. Invalid column name 'CGTDate'. Invalid column name 'GRTDate'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/11/2025 10:40:46 AM PageName: LoanOfficer_GroupLoanApplicationVerification String str: SELECT Convert(CHAR,a.GroupJoinDate,106)AS GroupJoinDate, a.MemberId, a.MemberName, a.MemberGuardianName, a.MemberMobileNo, (SELECT Count(1) FROM GroupLoanAccount WHERE LoanStatus IN ('LoanApplied','LoanApproved','FeeSubmitted','LoanDisbursed') AND MemberId=a.MemberId)AS NoOfActiveLoan, a.MemberProfileStatus, a.GroupStatus, Convert(CHAR,a.CGTDate,106)AS CGTDate, Convert(CHAR,a.GRTDate,106)AS GRTDate, a.GroupName, a.CenterId, a.CenterName FROM GroupLoanMemberDetail a WITH(nolock) WHERE 1=1 AND (CASE WHEN isnull(a.DropOutDate, '01/01/1900')= '01/01/1900' THEN 'Active' ELSE 'DropOut' END)!='DropOut' AND a.GroupOfficerId='ROOT' AND (SELECT Count(1) FROM GroupLoanAccount WHERE MemberId=a.MemberId)=0 ORDER BY a.BranchName, a.GroupOfficerName, a.CenterName, a.GroupName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ha5t1a1l StackTrace: at LoanOfficer_GroupLoanApplicationVerification.FillData() TargetSite: Void FillData() Time: 08/11/2025 11:01:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/11/2025 11:01:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/11/2025 11:01:12 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/11/2025 11:01:12 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/11/2025 11:06:12 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/11/2025 11:06:12 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/11/2025 11:07:45 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/11/2025 11:07:45 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/11/2025 11:09:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/11/2025 11:09:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/11/2025 11:13:43 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/11/2025 11:13:43 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/11/2025 11:14:15 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/11/2025 11:14:15 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/11/2025 11:20:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/11/2025 11:20:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/11/2025 11:47:56 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/11/2025 11:47:57 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/11/2025 12:03:19 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/11/2025 12:03:19 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/11/2025 12:15:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/11/2025 12:15:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/11/2025 12:23:33 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: DECLARE @TDate DATE; SET @TDate='11/7/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.FromDueNo, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND PStatus='Due' AND DDate<@TDate GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDated__25.MoveNext() TargetSite: Void MoveNext() Time: 08/11/2025 04:18:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 08/11/2025 04:18:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 08/11/2025 04:18:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 08/11/2025 04:18:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 08/11/2025 04:18:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 08/11/2025 04:18:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 08/11/2025 04:18:30 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 08/11/2025 04:31:40 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 08/11/2025 04:33:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 08/11/2025 04:33:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 08/11/2025 04:33:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 10:37:11 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 10:37:11 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 10:45:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 10:45:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 11:03:47 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 11:03:47 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 11:43:10 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 11:43:10 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 11:58:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 11:58:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 12:16:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 10/11/2025 12:16:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 10/11/2025 12:16:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 12:17:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 12:18:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 12:18:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 12:20:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 12:20:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 12:20:56 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 10/11/2025 12:20:56 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 10/11/2025 12:21:01 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 12:21:22 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 12:21:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 10/11/2025 12:21:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 10/11/2025 12:22:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 12:22:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 12:24:11 PM PageName: GroupLoan_GroupLoanUpdateMobileNo String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanUpdateMobileNo.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 12:24:11 PM PageName: GroupLoan_GroupLoanUpdateMobileNo String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_kqjaensf StackTrace: at GroupLoan_GroupLoanUpdateMobileNo.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanUpdateMobileNo.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 12:25:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 12:25:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 12:27:11 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 12:27:11 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 12:28:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 12:28:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 12:31:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 12:31:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 01:11:14 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 01:11:14 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 01:43:26 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00002127' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/11/2025 01:43:26 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00002127' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 10/11/2025 02:33:25 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 02:33:25 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 02:40:29 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/11/2025 02:59:35 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/11/2025 03:42:40 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='11/14/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00086' AND a.CenterId='N2:01:02057' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 10/11/2025 03:51:06 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__d.MoveNext() TargetSite: Void MoveNext() Time: 10/11/2025 03:51:16 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__0.MoveNext() TargetSite: Void MoveNext() Time: 10/11/2025 03:51:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 10/11/2025 03:51:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 10/11/2025 03:51:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 03:51:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 03:52:05 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 03:52:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 03:52:16 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 03:52:22 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 03:52:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 03:52:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 03:52:41 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 03:57:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 03:57:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/11/2025 05:08:38 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/10/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/10/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/11/2025 05:08:38 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/10/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/10/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 10/11/2025 05:08:38 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/10/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/11/2025 05:08:38 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/10/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 10/11/2025 05:08:38 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 10/11/2025 05:11:05 PM PageName: DataTableResult String str: SELECT a.LoanRNo, a.ApplicationId, a.SanctionId, a.LoanId,Convert(CHAR,a.DDate,106)AS DDate, a.DNo, a.PNo, a.Prin, a.Intt, a.Total, a.PBal, a.IBal, a.TBal, a.PStatus, a.PDue, a.PPaid, a.Other, a.Saving,Convert(CHAR,a.PDate,106)AS PDate, a.VoucherId, a.PayType, a.PayMode, a.PayStatus, a.PayHeadId, a.PayTransId, a.EntryUser, a.EntryTime, a.IntW,a.BranchName+' ('+a.BranchId+')' AS BranchName ,a.CenterName+' ('+a.CenterId+')' AS CenterName,a.MemberName+' ('+a.MemberId+')' AS MemberName,a.DueOfficerName+' ('+a.DueOfficerId+')' AS DueOfficerName,a.PaidOfficerName+' ('+a.PaidOfficerId+')' AS PaidOfficerName FROM GroupLoanLedger a WITH(nolock) WHERE a.VoucherId = 'VH00042197' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/11/2025 05:11:05 PM PageName: GroupLoan_PrintEmiReceipt String str: SELECT a.LoanRNo, a.ApplicationId, a.SanctionId, a.LoanId,Convert(CHAR,a.DDate,106)AS DDate, a.DNo, a.PNo, a.Prin, a.Intt, a.Total, a.PBal, a.IBal, a.TBal, a.PStatus, a.PDue, a.PPaid, a.Other, a.Saving,Convert(CHAR,a.PDate,106)AS PDate, a.VoucherId, a.PayType, a.PayMode, a.PayStatus, a.PayHeadId, a.PayTransId, a.EntryUser, a.EntryTime, a.IntW,a.BranchName+' ('+a.BranchId+')' AS BranchName ,a.CenterName+' ('+a.CenterId+')' AS CenterName,a.MemberName+' ('+a.MemberId+')' AS MemberName,a.DueOfficerName+' ('+a.DueOfficerId+')' AS DueOfficerName,a.PaidOfficerName+' ('+a.PaidOfficerId+')' AS PaidOfficerName FROM GroupLoanLedger a WITH(nolock) WHERE a.VoucherId = 'VH00042197' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_PrintEmiReceipt.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 10/11/2025 05:11:33 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(c.MeetingType,'N/A')AS MeetingType, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS MeetingDay, isnull(c.MeetingTime,'N/A')AS MeetingTime, isnull(c.MeetingDetail,'N/A')AS MeetingDetail, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(b.MemberGender,'N/A')AS MemberGender, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +' Year)' AS MemberDOBAge, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS MemberGuardianName, isnull(b.MemberMobileNo,'N/A')AS MemberMobileNo, isnull(b.NomineeMobileNo,'N/A')AS NomineeMobileNo, isnull(b.MemberAddress,'N/A')AS MemberAddress, isnull(b.MemberOccupation,'N/A')AS MemberOccupation, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS MemberAnnualIncome, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS LoanCycle, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS LoanAmount, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS TotalInterest, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS ExpiryDate, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS MemberNomineeJointPhoto, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail3, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyImageURL, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyURL, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS GroupMemberKYCFolder FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05023:01:02:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/11/2025 05:11:33 PM PageName: GroupLoan_PrintGroupLoanEMIReceiptHTML String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(c.MeetingType,'N/A')AS MeetingType, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS MeetingDay, isnull(c.MeetingTime,'N/A')AS MeetingTime, isnull(c.MeetingDetail,'N/A')AS MeetingDetail, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(b.MemberGender,'N/A')AS MemberGender, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +' Year)' AS MemberDOBAge, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS MemberGuardianName, isnull(b.MemberMobileNo,'N/A')AS MemberMobileNo, isnull(b.NomineeMobileNo,'N/A')AS NomineeMobileNo, isnull(b.MemberAddress,'N/A')AS MemberAddress, isnull(b.MemberOccupation,'N/A')AS MemberOccupation, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS MemberAnnualIncome, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS LoanCycle, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS LoanAmount, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS TotalInterest, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS ExpiryDate, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS MemberNomineeJointPhoto, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail3, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyImageURL, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyURL, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS GroupMemberKYCFolder FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05023:01:02:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ha5t1a1l StackTrace: at GroupLoan_PrintGroupLoanEMIReceiptHTML.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 10/11/2025 05:16:49 PM PageName: DataTableResult String str: SELECT a.LoanRNo, a.ApplicationId, a.SanctionId, a.LoanId,Convert(CHAR,a.DDate,106)AS DDate, a.DNo, a.PNo, a.Prin, a.Intt, a.Total, a.PBal, a.IBal, a.TBal, a.PStatus, a.PDue, a.PPaid, a.Other, a.Saving,Convert(CHAR,a.PDate,106)AS PDate, a.VoucherId, a.PayType, a.PayMode, a.PayStatus, a.PayHeadId, a.PayTransId, a.EntryUser, a.EntryTime, a.IntW,a.BranchName+' ('+a.BranchId+')' AS BranchName ,a.CenterName+' ('+a.CenterId+')' AS CenterName,a.MemberName+' ('+a.MemberId+')' AS MemberName,a.DueOfficerName+' ('+a.DueOfficerId+')' AS DueOfficerName,a.PaidOfficerName+' ('+a.PaidOfficerId+')' AS PaidOfficerName FROM GroupLoanLedger a WITH(nolock) WHERE a.VoucherId = 'VH00042197' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/11/2025 05:16:49 PM PageName: GroupLoan_PrintEmiReceipt String str: SELECT a.LoanRNo, a.ApplicationId, a.SanctionId, a.LoanId,Convert(CHAR,a.DDate,106)AS DDate, a.DNo, a.PNo, a.Prin, a.Intt, a.Total, a.PBal, a.IBal, a.TBal, a.PStatus, a.PDue, a.PPaid, a.Other, a.Saving,Convert(CHAR,a.PDate,106)AS PDate, a.VoucherId, a.PayType, a.PayMode, a.PayStatus, a.PayHeadId, a.PayTransId, a.EntryUser, a.EntryTime, a.IntW,a.BranchName+' ('+a.BranchId+')' AS BranchName ,a.CenterName+' ('+a.CenterId+')' AS CenterName,a.MemberName+' ('+a.MemberId+')' AS MemberName,a.DueOfficerName+' ('+a.DueOfficerId+')' AS DueOfficerName,a.PaidOfficerName+' ('+a.PaidOfficerId+')' AS PaidOfficerName FROM GroupLoanLedger a WITH(nolock) WHERE a.VoucherId = 'VH00042197' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_PrintEmiReceipt.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 10/11/2025 05:27:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 10/11/2025 05:27:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 10/11/2025 05:32:53 PM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT GroupLoanFullDetailHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanFullDetailHTMLReportPageName, (SELECT GroupLoanCardFrontLandScapeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardFrontHTMLReportPageName, (SELECT GroupLoanCardBackPotraitHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardBackHTMLReportPageName, (SELECT GroupLoanStatementHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanStatementHTMLReportPageName, (SELECT GroupLoanDemandNoticeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanDemandNoticeHTMLReportPageName, (SELECT GroupLoanNOCCertificateHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='N2:01:03059:01:03:02:01' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 10/11/2025 06:16:46 PM PageName: DataSetResult String str: SELECT LoanTypeName FROM LoanTypeMaster WHERE LoanTypeStatus='Active' ORDER BY LoanTypeName; SELECT FeeName FROM GroupLoanFeeMaster WITH(nolock) WHERE FeeStatus='Active' ORDER BY FeeName; SELECT LedgerId, LedgerName FROM AccountLedgerMaster WHERE LedgerId=(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType='GoodsAndServiceTax')OR LedgerHead=(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType='GoodsAndServiceTax') ORDER BY LedgerName; SELECT LedgerId, LedgerName FROM AccountLedgerMaster WHERE LedgerId=(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType='GroupLoanHead')OR LedgerHead=(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType='GroupLoanHead') ORDER BY LedgerName; SELECT LedgerId, LedgerName FROM AccountLedgerMaster WHERE LedgerId=(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType='GroupLoanInterest')OR LedgerHead=(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType='GroupLoanInterest') ORDER BY LedgerName; SELECT LedgerId, LedgerName FROM AccountLedgerMaster WHERE LedgerId=(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType='GroupLoanFee')OR LedgerHead=(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType='GroupLoanFee') ORDER BY LedgerName; SELECT LedgerId, LedgerName FROM AccountLedgerMaster WHERE LedgerId IN(SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType IN ('GroupLoanHead','GroupLoanFee','GroupLoanPayable') )OR LedgerHead IN (SELECT AccountHeadId FROM AccountHeadIdMaster WHERE AccountHeadStatus='Active' AND AccountHeadType IN ('GroupLoanHead','GroupLoanFee','GroupLoanPayable') ) ORDER BY LedgerName; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'LoanTypeMaster'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 10/11/2025 06:52:12 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 10/11/2025 08:46:48 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 08:46:48 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 08:58:39 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 08:58:39 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 10:44:29 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 10:44:29 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 10:52:57 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/11/2025 10:52:57 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/11/2025 11:01:42 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/11/2025 10:23:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 10:23:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 10:27:29 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 10:27:29 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 10:32:24 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 10:32:24 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 10:33:51 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 10:33:51 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 10:36:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 10:36:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 11:13:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 11:13:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 11:47:26 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 11:47:26 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 12:13:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 12:13:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 12:34:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 12:34:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 12:34:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 12:34:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 12:37:43 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 12:37:43 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 12:42:28 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/11/2025 12:46:52 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/11/2025 12:48:14 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 12:48:14 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 01:03:36 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 01:03:36 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 01:13:07 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 01:13:07 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 01:16:42 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(c.MeetingType,'N/A')AS MeetingType, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS MeetingDay, isnull(c.MeetingTime,'N/A')AS MeetingTime, isnull(c.MeetingDetail,'N/A')AS MeetingDetail, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(b.MemberGender,'N/A')AS MemberGender, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +' Year)' AS MemberDOBAge, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS MemberGuardianName, isnull(b.MemberMobileNo,'N/A')AS MemberMobileNo, isnull(b.NomineeMobileNo,'N/A')AS NomineeMobileNo, isnull(b.MemberAddress,'N/A')AS MemberAddress, isnull(b.MemberOccupation,'N/A')AS MemberOccupation, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS MemberAnnualIncome, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS LoanCycle, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS LoanAmount, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS TotalInterest, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS ExpiryDate, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS MemberNomineeJointPhoto, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail3, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyImageURL, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyURL, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS GroupMemberKYCFolder FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:04030:01:01:02:02' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/11/2025 01:16:42 PM PageName: GroupLoan_PrintGroupLoanEMIReceiptHTML String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(c.MeetingType,'N/A')AS MeetingType, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS MeetingDay, isnull(c.MeetingTime,'N/A')AS MeetingTime, isnull(c.MeetingDetail,'N/A')AS MeetingDetail, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(b.MemberGender,'N/A')AS MemberGender, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +' Year)' AS MemberDOBAge, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS MemberGuardianName, isnull(b.MemberMobileNo,'N/A')AS MemberMobileNo, isnull(b.NomineeMobileNo,'N/A')AS NomineeMobileNo, isnull(b.MemberAddress,'N/A')AS MemberAddress, isnull(b.MemberOccupation,'N/A')AS MemberOccupation, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS MemberAnnualIncome, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS LoanCycle, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS LoanAmount, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS TotalInterest, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS ExpiryDate, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS MemberNomineeJointPhoto, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail3, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyImageURL, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyURL, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS GroupMemberKYCFolder FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:04030:01:01:02:02' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ha5t1a1l StackTrace: at GroupLoan_PrintGroupLoanEMIReceiptHTML.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 11/11/2025 01:16:48 PM PageName: DataTableResult String str: SELECT a.LoanRNo, a.ApplicationId, a.SanctionId, a.LoanId,Convert(CHAR,a.DDate,106)AS DDate, a.DNo, a.PNo, a.Prin, a.Intt, a.Total, a.PBal, a.IBal, a.TBal, a.PStatus, a.PDue, a.PPaid, a.Other, a.Saving,Convert(CHAR,a.PDate,106)AS PDate, a.VoucherId, a.PayType, a.PayMode, a.PayStatus, a.PayHeadId, a.PayTransId, a.EntryUser, a.EntryTime, a.IntW,a.BranchName+' ('+a.BranchId+')' AS BranchName ,a.CenterName+' ('+a.CenterId+')' AS CenterName,a.MemberName+' ('+a.MemberId+')' AS MemberName,a.DueOfficerName+' ('+a.DueOfficerId+')' AS DueOfficerName,a.PaidOfficerName+' ('+a.PaidOfficerId+')' AS PaidOfficerName FROM GroupLoanLedger a WITH(nolock) WHERE a.VoucherId = 'VH00042536' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/11/2025 01:16:48 PM PageName: GroupLoan_PrintEmiReceipt String str: SELECT a.LoanRNo, a.ApplicationId, a.SanctionId, a.LoanId,Convert(CHAR,a.DDate,106)AS DDate, a.DNo, a.PNo, a.Prin, a.Intt, a.Total, a.PBal, a.IBal, a.TBal, a.PStatus, a.PDue, a.PPaid, a.Other, a.Saving,Convert(CHAR,a.PDate,106)AS PDate, a.VoucherId, a.PayType, a.PayMode, a.PayStatus, a.PayHeadId, a.PayTransId, a.EntryUser, a.EntryTime, a.IntW,a.BranchName+' ('+a.BranchId+')' AS BranchName ,a.CenterName+' ('+a.CenterId+')' AS CenterName,a.MemberName+' ('+a.MemberId+')' AS MemberName,a.DueOfficerName+' ('+a.DueOfficerId+')' AS DueOfficerName,a.PaidOfficerName+' ('+a.PaidOfficerId+')' AS PaidOfficerName FROM GroupLoanLedger a WITH(nolock) WHERE a.VoucherId = 'VH00042536' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_PrintEmiReceipt.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 11/11/2025 01:18:39 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 01:18:39 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 02:06:50 PM PageName: GroupLoan_PrintGroupMemberFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_kttifbvd StackTrace: at GroupLoan_PrintGroupMemberFullDetailHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 11/11/2025 02:07:13 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='M103000014'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/11/2025 02:07:13 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='M103000014'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 11/11/2025 02:07:42 PM PageName: DataTableResult String str: DECLARE @SanctionId VARCHAR(20); SET @SanctionId='GS10002144'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=(SELECT MemberId FROM GroupLoanAccount WHERE SanctionId=@SanctionId)); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS BranchName, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS GroupOfficerName, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS CenterName, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS MemberJoinDate, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS MemberName, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS MemberGuardianName, isnull(a.MemberGender,'N/A')AS MemberGender, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS MemberDOB, isnull(a.MemberMobileNo,'N/A')AS MemberMobileNo, isnull(a.MemberOccupation,'N/A')AS MemberOccupation, isnull(b.MemberEducation,'N/A')AS MemberEducation, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS MemberAnnualIncome, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS FamilyAnnualExpence, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS NomineeName, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS NomineeGuardianName, isnull(a.NomineeGender,'N/A')AS NomineeGender, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS NomineeDOB, isnull(a.NomineeMobileNo,'N/A')AS NomineeMobileNo, isnull(a.NomineeOccupation,'N/A')AS NomineeOccupation, isnull(b.NomineeEducation,'N/A')AS NomineeEducation, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS NomineeAnnualIncome, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(b.MemberReligion,'N/A')AS MemberReligion, isnull(b.MemberCategory,'N/A')AS MemberCategory, isnull(b.MemberMaritalStatus,'N/A')AS MemberMaritalStatus, isnull(b.LoanPurpose,'N/A')AS LoanPurpose, isnull(convert(CHAR,b.LoanAmount),'N/A')AS LoanAmount, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS MemberDOM, isnull(b.SpouseName,'N/A')AS SpouseName, isnull(b.BankAccountType,'N/A')AS BankAccountType, isnull(b.MemberBankName,'N/A')AS MemberBankName, isnull(b.BankAccountNo,'N/A')AS BankAccountNo, isnull(b.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(b.BankBranchName,'N/A')AS BankBranchName, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS MemberLatitudeLongitude, isnull(b.LocationType,'N/A')AS LocationType, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS PostalAddress, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS PermanentAddress, isnull(a.MemberAadharNo,'N/A')AS MemberAadharNo, isnull(a.MemberPanNo,'N/A')AS MemberPanNo, isnull(a.MemberVoterIdNo,'N/A')AS MemberVoterIdNo, isnull(a.MemberDLNo,'N/A')AS MemberDLNo, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS MemberPOIType, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS MemberPOAType, isnull(a.NomineeAadharNo,'N/A')AS NomineeAadharNo, isnull(a.NomineeVoterIdNo,'N/A')AS NomineeVoterIdNo, isnull(a.NomineePANNo,'N/A')AS NomineePANNo, isnull(a.NomineeDLNo,'N/A')AS NomineeDLNo, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS NomineePOIType, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS NomineePOAType, @URL+@Folder+a.MemberPhoto AS MemberPhoto, @URL+@Folder+a.MemberSignature AS MemberSignature, @URL+@Folder+a.MemberPOIFront AS MemberPOIFront, @URL+@Folder+a.MemberPOIBack AS MemberPOIBack, @URL+@Folder+a.MemberPOAFront AS MemberPOAFront, @URL+@Folder+a.MemberPOABack AS MemberPOABack, @URL+@Folder+a.MemberBankPassBook AS MemberBankPassBook, @URL+@Folder+a.NomineePhoto AS NomineePhoto, @URL+@Folder+a.NomineeSignature AS NomineeSignature, @URL+@Folder+a.NomineePOIFront AS NomineePOIFront, @URL+@Folder+a.NomineePOIBack AS NomineePOIBack, @URL+@Folder+a.NomineePOAFront AS NomineePOAFront, @URL+@Folder+a.NomineePOABack AS NomineePOABack, @URL+@Folder+a.MemberNomineeJointPhoto AS MemberNomineeJointPhoto, isnull(a.RationCard,'N/A')AS RationCard, isnull(a.ElectricityBill,'N/A')AS ElectricityBill, x.LoanFormNo AS LoanFormNo, x.LoanCycle AS LoanCycle, x.GLoanTypeName AS GLoanTypeName, x.GLoanTypeNo AS GLoanTypeNo, x.LoanTermMode AS LoanTermMode, x.LoanTerm AS LoanTerm, x.InterestMethod AS InterestMethod, x.LoanPurpose AS LoanPurpose, x.ApplicationId AS ApplicationId, x.ApplicationAmount AS ApplicationAmount, convert(CHAR,x.ApplicationDate,106) AS ApplicationDate, x.SanctionId AS SanctionId, x.ApprovalAmount AS ApprovalAmount, convert(CHAR,x.ApprovalDate,106) AS ApprovalDate, convert(CHAR,x.ExpectedDisburseDate,106) AS ExpectedDisburseDate, convert(CHAR,x.FirstEMIDate,106) AS FirstEMIDate, x.ProcessingFee AS ProcessingFee, x.SecurityFee AS SecurityFee, x.InsuranceFee AS InsuranceFee, x.OtherFee AS OtherFee, x.ServiceTax AS ServiceTax, x.TotalFee AS TotalFee, x.EMIAmount AS EMIAmount, c.ToiletFacility AS ToiletFacility, c.WaterFacility AS WaterFacility, c.WaterPurification AS WaterPurification, c.ElectricityConnection AS ElectricityConnection, c.SolarPanel AS SolarPanel, c.FoodPreparation AS FoodPreparation, c.EligibleChildren AS EligibleChildren, c.EligibleGirlChild AS EligibleGirlChild, c.LivingType AS LivingType, c.HouseType AS HouseType, c.NumberOfRoom AS NumberOfRoom, c.LiveStock AS LiveStock, c.NoOfVehicles AS NoOfVehicles, c.LandInAcres AS LandInAcres, c.NoOfChildren AS NoOfChildren, c.Siblings AS Siblings, c.MembersInFamily AS MembersInFamily, c.WorkingMember AS WorkingMember, c.MemberReputation AS MemberReputation, c.WorkingStatus AS WorkingStatus, c.BusinessSalaried AS BusinessSalaried, c.WorkingProfile AS WorkingProfile, c.WorkingSince AS WorkingSince, c.ParentalBusiness AS ParentalBusiness, c.PresentResidence AS PresentResidence, c.MonthlySavings AS MonthlySavings, c.ActiveLoanBank AS ActiveLoanBank, c.BorrowFrequently AS BorrowFrequently, c.InformalLenders AS InformalLenders, c.FamilyBusinessIncome AS FamilyBusinessIncome, c.SalaryPensionIncome AS SalaryPensionIncome, c.WagesIncome AS WagesIncome, c.OtherIncome AS OtherIncome, c.Salary AS Salary, c.Rent AS Rent, c.Scholarship AS Scholarship, c.GovernmentScheme AS GovernmentScheme, c.Agriculture AS Agriculture, c.Other AS Other, c.TotalIncome AS TotalIncome, c.Food AS Food, c.Education AS Education, c.Health AS Health, c.EMIOfLoan AS EMIOfLoan, c.HouseRent AS HouseRent, c.ElectricityTax AS ElectricityTax, c.WaterTax AS WaterTax, c.PartyFucntion AS PartyFucntion, c.FareCloth AS FareCloth, c.OtherExpenses AS OtherExpenses, c.TotalExpenses AS TotalExpenses, d.ChildName AS ChildName, d.ChildAge AS ChildAge, d.ChildGender AS ChildGender, d.IdentityProofType AS IdentityProofType, d.IdentityProofNo AS IdentityProofNo, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail3, (SELECT GroupLoanSanctionLetter FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS GroupLoanSanctionLetter FROM GroupLoanAccount x WITH(nolock) INNER JOIN GroupLoanMemberDetail a WITH(nolock) ON x.MemberId=a.MemberId LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE x.SanctionId=@SanctionId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Invalid column name 'GroupLoanSanctionLetter'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/11/2025 02:07:42 PM PageName: GroupLoan_PrintGroupLoanSanctionLetterHTML String str: DECLARE @SanctionId VARCHAR(20); SET @SanctionId='GS10002144'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=(SELECT MemberId FROM GroupLoanAccount WHERE SanctionId=@SanctionId)); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS BranchName, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS GroupOfficerName, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS CenterName, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS MemberJoinDate, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS MemberName, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS MemberGuardianName, isnull(a.MemberGender,'N/A')AS MemberGender, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS MemberDOB, isnull(a.MemberMobileNo,'N/A')AS MemberMobileNo, isnull(a.MemberOccupation,'N/A')AS MemberOccupation, isnull(b.MemberEducation,'N/A')AS MemberEducation, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS MemberAnnualIncome, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS FamilyAnnualExpence, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS NomineeName, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS NomineeGuardianName, isnull(a.NomineeGender,'N/A')AS NomineeGender, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS NomineeDOB, isnull(a.NomineeMobileNo,'N/A')AS NomineeMobileNo, isnull(a.NomineeOccupation,'N/A')AS NomineeOccupation, isnull(b.NomineeEducation,'N/A')AS NomineeEducation, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS NomineeAnnualIncome, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(b.MemberReligion,'N/A')AS MemberReligion, isnull(b.MemberCategory,'N/A')AS MemberCategory, isnull(b.MemberMaritalStatus,'N/A')AS MemberMaritalStatus, isnull(b.LoanPurpose,'N/A')AS LoanPurpose, isnull(convert(CHAR,b.LoanAmount),'N/A')AS LoanAmount, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS MemberDOM, isnull(b.SpouseName,'N/A')AS SpouseName, isnull(b.BankAccountType,'N/A')AS BankAccountType, isnull(b.MemberBankName,'N/A')AS MemberBankName, isnull(b.BankAccountNo,'N/A')AS BankAccountNo, isnull(b.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(b.BankBranchName,'N/A')AS BankBranchName, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS MemberLatitudeLongitude, isnull(b.LocationType,'N/A')AS LocationType, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS PostalAddress, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS PermanentAddress, isnull(a.MemberAadharNo,'N/A')AS MemberAadharNo, isnull(a.MemberPanNo,'N/A')AS MemberPanNo, isnull(a.MemberVoterIdNo,'N/A')AS MemberVoterIdNo, isnull(a.MemberDLNo,'N/A')AS MemberDLNo, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS MemberPOIType, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS MemberPOAType, isnull(a.NomineeAadharNo,'N/A')AS NomineeAadharNo, isnull(a.NomineeVoterIdNo,'N/A')AS NomineeVoterIdNo, isnull(a.NomineePANNo,'N/A')AS NomineePANNo, isnull(a.NomineeDLNo,'N/A')AS NomineeDLNo, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS NomineePOIType, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS NomineePOAType, @URL+@Folder+a.MemberPhoto AS MemberPhoto, @URL+@Folder+a.MemberSignature AS MemberSignature, @URL+@Folder+a.MemberPOIFront AS MemberPOIFront, @URL+@Folder+a.MemberPOIBack AS MemberPOIBack, @URL+@Folder+a.MemberPOAFront AS MemberPOAFront, @URL+@Folder+a.MemberPOABack AS MemberPOABack, @URL+@Folder+a.MemberBankPassBook AS MemberBankPassBook, @URL+@Folder+a.NomineePhoto AS NomineePhoto, @URL+@Folder+a.NomineeSignature AS NomineeSignature, @URL+@Folder+a.NomineePOIFront AS NomineePOIFront, @URL+@Folder+a.NomineePOIBack AS NomineePOIBack, @URL+@Folder+a.NomineePOAFront AS NomineePOAFront, @URL+@Folder+a.NomineePOABack AS NomineePOABack, @URL+@Folder+a.MemberNomineeJointPhoto AS MemberNomineeJointPhoto, isnull(a.RationCard,'N/A')AS RationCard, isnull(a.ElectricityBill,'N/A')AS ElectricityBill, x.LoanFormNo AS LoanFormNo, x.LoanCycle AS LoanCycle, x.GLoanTypeName AS GLoanTypeName, x.GLoanTypeNo AS GLoanTypeNo, x.LoanTermMode AS LoanTermMode, x.LoanTerm AS LoanTerm, x.InterestMethod AS InterestMethod, x.LoanPurpose AS LoanPurpose, x.ApplicationId AS ApplicationId, x.ApplicationAmount AS ApplicationAmount, convert(CHAR,x.ApplicationDate,106) AS ApplicationDate, x.SanctionId AS SanctionId, x.ApprovalAmount AS ApprovalAmount, convert(CHAR,x.ApprovalDate,106) AS ApprovalDate, convert(CHAR,x.ExpectedDisburseDate,106) AS ExpectedDisburseDate, convert(CHAR,x.FirstEMIDate,106) AS FirstEMIDate, x.ProcessingFee AS ProcessingFee, x.SecurityFee AS SecurityFee, x.InsuranceFee AS InsuranceFee, x.OtherFee AS OtherFee, x.ServiceTax AS ServiceTax, x.TotalFee AS TotalFee, x.EMIAmount AS EMIAmount, c.ToiletFacility AS ToiletFacility, c.WaterFacility AS WaterFacility, c.WaterPurification AS WaterPurification, c.ElectricityConnection AS ElectricityConnection, c.SolarPanel AS SolarPanel, c.FoodPreparation AS FoodPreparation, c.EligibleChildren AS EligibleChildren, c.EligibleGirlChild AS EligibleGirlChild, c.LivingType AS LivingType, c.HouseType AS HouseType, c.NumberOfRoom AS NumberOfRoom, c.LiveStock AS LiveStock, c.NoOfVehicles AS NoOfVehicles, c.LandInAcres AS LandInAcres, c.NoOfChildren AS NoOfChildren, c.Siblings AS Siblings, c.MembersInFamily AS MembersInFamily, c.WorkingMember AS WorkingMember, c.MemberReputation AS MemberReputation, c.WorkingStatus AS WorkingStatus, c.BusinessSalaried AS BusinessSalaried, c.WorkingProfile AS WorkingProfile, c.WorkingSince AS WorkingSince, c.ParentalBusiness AS ParentalBusiness, c.PresentResidence AS PresentResidence, c.MonthlySavings AS MonthlySavings, c.ActiveLoanBank AS ActiveLoanBank, c.BorrowFrequently AS BorrowFrequently, c.InformalLenders AS InformalLenders, c.FamilyBusinessIncome AS FamilyBusinessIncome, c.SalaryPensionIncome AS SalaryPensionIncome, c.WagesIncome AS WagesIncome, c.OtherIncome AS OtherIncome, c.Salary AS Salary, c.Rent AS Rent, c.Scholarship AS Scholarship, c.GovernmentScheme AS GovernmentScheme, c.Agriculture AS Agriculture, c.Other AS Other, c.TotalIncome AS TotalIncome, c.Food AS Food, c.Education AS Education, c.Health AS Health, c.EMIOfLoan AS EMIOfLoan, c.HouseRent AS HouseRent, c.ElectricityTax AS ElectricityTax, c.WaterTax AS WaterTax, c.PartyFucntion AS PartyFucntion, c.FareCloth AS FareCloth, c.OtherExpenses AS OtherExpenses, c.TotalExpenses AS TotalExpenses, d.ChildName AS ChildName, d.ChildAge AS ChildAge, d.ChildGender AS ChildGender, d.IdentityProofType AS IdentityProofType, d.IdentityProofNo AS IdentityProofNo, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail3, (SELECT GroupLoanSanctionLetter FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS GroupLoanSanctionLetter FROM GroupLoanAccount x WITH(nolock) INNER JOIN GroupLoanMemberDetail a WITH(nolock) ON x.MemberId=a.MemberId LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE x.SanctionId=@SanctionId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_PrintGroupLoanSanctionLetterHTML.GroupLoanSanctionLetter() TargetSite: Void GroupLoanSanctionLetter() Time: 11/11/2025 02:21:29 PM PageName: DataTableResult String str: SELECT a.LoanRNo, a.ApplicationId, a.SanctionId, a.LoanId,Convert(CHAR,a.DDate,106)AS DDate, a.DNo, a.PNo, a.Prin, a.Intt, a.Total, a.PBal, a.IBal, a.TBal, a.PStatus, a.PDue, a.PPaid, a.Other, a.Saving,Convert(CHAR,a.PDate,106)AS PDate, a.VoucherId, a.PayType, a.PayMode, a.PayStatus, a.PayHeadId, a.PayTransId, a.EntryUser, a.EntryTime, a.IntW,a.BranchName+' ('+a.BranchId+')' AS BranchName ,a.CenterName+' ('+a.CenterId+')' AS CenterName,a.MemberName+' ('+a.MemberId+')' AS MemberName,a.DueOfficerName+' ('+a.DueOfficerId+')' AS DueOfficerName,a.PaidOfficerName+' ('+a.PaidOfficerId+')' AS PaidOfficerName FROM GroupLoanLedger a WITH(nolock) WHERE a.VoucherId = 'VH00042542' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/11/2025 02:21:29 PM PageName: GroupLoan_PrintEmiReceipt String str: SELECT a.LoanRNo, a.ApplicationId, a.SanctionId, a.LoanId,Convert(CHAR,a.DDate,106)AS DDate, a.DNo, a.PNo, a.Prin, a.Intt, a.Total, a.PBal, a.IBal, a.TBal, a.PStatus, a.PDue, a.PPaid, a.Other, a.Saving,Convert(CHAR,a.PDate,106)AS PDate, a.VoucherId, a.PayType, a.PayMode, a.PayStatus, a.PayHeadId, a.PayTransId, a.EntryUser, a.EntryTime, a.IntW,a.BranchName+' ('+a.BranchId+')' AS BranchName ,a.CenterName+' ('+a.CenterId+')' AS CenterName,a.MemberName+' ('+a.MemberId+')' AS MemberName,a.DueOfficerName+' ('+a.DueOfficerId+')' AS DueOfficerName,a.PaidOfficerName+' ('+a.PaidOfficerId+')' AS PaidOfficerName FROM GroupLoanLedger a WITH(nolock) WHERE a.VoucherId = 'VH00042542' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_PrintEmiReceipt.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 11/11/2025 02:26:49 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/11/2025 02:48:36 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='SGL0002140' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/11/2025 02:48:36 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='SGL0002140' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 11/11/2025 03:03:18 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='SGL0002150' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/11/2025 03:03:18 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='SGL0002150' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 11/11/2025 03:03:59 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='SGL0002150' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/11/2025 03:03:59 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='SGL0002150' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 11/11/2025 03:12:20 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.GetMenuPageURL(DataTable dt, String PageName, String Token) at GroupLoan_GroupLoanDemandSheet.Page_Load(Object sender, EventArgs e) TargetSite: System.String GetMenuPageURL(System.Data.DataTable, System.String, System.String) Time: 11/11/2025 03:16:24 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 03:16:24 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_atjsswvu StackTrace: at GroupLoan_GroupLoanOutstandingReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 03:16:48 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 03:16:48 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_atjsswvu StackTrace: at GroupLoan_GroupLoanOutstandingReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 03:23:58 PM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT GroupLoanFullDetailHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanFullDetailHTMLReportPageName, (SELECT GroupLoanCardFrontLandScapeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardFrontHTMLReportPageName, (SELECT GroupLoanCardBackPotraitHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardBackHTMLReportPageName, (SELECT GroupLoanStatementHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanStatementHTMLReportPageName, (SELECT GroupLoanDemandNoticeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanDemandNoticeHTMLReportPageName, (SELECT GroupLoanNOCCertificateHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='GL00002094' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 11/11/2025 03:25:23 PM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT GroupLoanFullDetailHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanFullDetailHTMLReportPageName, (SELECT GroupLoanCardFrontLandScapeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardFrontHTMLReportPageName, (SELECT GroupLoanCardBackPotraitHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardBackHTMLReportPageName, (SELECT GroupLoanStatementHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanStatementHTMLReportPageName, (SELECT GroupLoanDemandNoticeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanDemandNoticeHTMLReportPageName, (SELECT GroupLoanNOCCertificateHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='GL00002094' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 11/11/2025 03:25:46 PM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT GroupLoanFullDetailHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanFullDetailHTMLReportPageName, (SELECT GroupLoanCardFrontLandScapeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardFrontHTMLReportPageName, (SELECT GroupLoanCardBackPotraitHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardBackHTMLReportPageName, (SELECT GroupLoanStatementHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanStatementHTMLReportPageName, (SELECT GroupLoanDemandNoticeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanDemandNoticeHTMLReportPageName, (SELECT GroupLoanNOCCertificateHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='GL00002094' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 11/11/2025 04:07:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 11/11/2025 04:07:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 11/11/2025 04:15:00 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/11/2025 04:15:00 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/11/2025 04:38:38 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/11/2025 04:51:03 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'SGL0002132' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'SGL0002132')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 11/11/2025 04:51:03 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'SGL0002132' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'SGL0002132')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 11/11/2025 04:51:03 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'SGL0002132' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'SGL0002132')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.GroupLoanQRCode() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 11/11/2025 05:48:33 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/11/2025 06:35:03 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='11/12/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01034' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 11/11/2025 06:41:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 11/11/2025 06:41:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 11/11/2025 06:41:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 11/11/2025 10:37:24 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/11/2025 07:32:14 AM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:03052:01:11:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/11/2025 07:32:14 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:03052:01:11:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 12/11/2025 07:51:45 AM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:03052:01:07:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/11/2025 07:51:45 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:03052:01:07:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 12/11/2025 10:37:06 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 10:37:06 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 10:37:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 10:37:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 10:41:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 10:41:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 10:43:29 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 10:43:29 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 10:48:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 10:48:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 10:54:32 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 10:54:32 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 11:03:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 11:03:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 11:26:48 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 12/11/2025 11:29:37 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 11:29:37 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 11:31:29 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 11:31:29 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 11:32:54 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 12/11/2025 11:32:54 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 12/11/2025 11:33:16 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 12/11/2025 11:33:16 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 12/11/2025 11:33:18 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 12/11/2025 11:33:18 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 12/11/2025 11:33:18 AM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 12/11/2025 11:33:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 11:33:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 11:35:34 AM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 12/11/2025 12:46:14 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 12:46:14 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 01:05:56 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(c.MeetingType,'N/A')AS MeetingType, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS MeetingDay, isnull(c.MeetingTime,'N/A')AS MeetingTime, isnull(c.MeetingDetail,'N/A')AS MeetingDetail, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(b.MemberGender,'N/A')AS MemberGender, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +' Year)' AS MemberDOBAge, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS MemberGuardianName, isnull(b.MemberMobileNo,'N/A')AS MemberMobileNo, isnull(b.NomineeMobileNo,'N/A')AS NomineeMobileNo, isnull(b.MemberAddress,'N/A')AS MemberAddress, isnull(b.MemberOccupation,'N/A')AS MemberOccupation, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS MemberAnnualIncome, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS LoanCycle, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS LoanAmount, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS TotalInterest, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS ExpiryDate, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS MemberNomineeJointPhoto, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail3, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyImageURL, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyURL, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS GroupMemberKYCFolder FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00002094' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/11/2025 01:05:56 PM PageName: GroupLoan_PrintGroupLoanEMIReceiptHTML String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(c.MeetingType,'N/A')AS MeetingType, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS MeetingDay, isnull(c.MeetingTime,'N/A')AS MeetingTime, isnull(c.MeetingDetail,'N/A')AS MeetingDetail, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(b.MemberGender,'N/A')AS MemberGender, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +' Year)' AS MemberDOBAge, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS MemberGuardianName, isnull(b.MemberMobileNo,'N/A')AS MemberMobileNo, isnull(b.NomineeMobileNo,'N/A')AS NomineeMobileNo, isnull(b.MemberAddress,'N/A')AS MemberAddress, isnull(b.MemberOccupation,'N/A')AS MemberOccupation, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS MemberAnnualIncome, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS LoanCycle, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS LoanAmount, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS TotalInterest, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS ExpiryDate, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS MemberNomineeJointPhoto, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail3, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyImageURL, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyURL, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS GroupMemberKYCFolder FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00002094' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ha5t1a1l StackTrace: at GroupLoan_PrintGroupLoanEMIReceiptHTML.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 12/11/2025 01:05:57 PM PageName: DataTableResult String str: SELECT a.LoanRNo, a.ApplicationId, a.SanctionId, a.LoanId,Convert(CHAR,a.DDate,106)AS DDate, a.DNo, a.PNo, a.Prin, a.Intt, a.Total, a.PBal, a.IBal, a.TBal, a.PStatus, a.PDue, a.PPaid, a.Other, a.Saving,Convert(CHAR,a.PDate,106)AS PDate, a.VoucherId, a.PayType, a.PayMode, a.PayStatus, a.PayHeadId, a.PayTransId, a.EntryUser, a.EntryTime, a.IntW,a.BranchName+' ('+a.BranchId+')' AS BranchName ,a.CenterName+' ('+a.CenterId+')' AS CenterName,a.MemberName+' ('+a.MemberId+')' AS MemberName,a.DueOfficerName+' ('+a.DueOfficerId+')' AS DueOfficerName,a.PaidOfficerName+' ('+a.PaidOfficerId+')' AS PaidOfficerName FROM GroupLoanLedger a WITH(nolock) WHERE a.VoucherId = 'VH00041240' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/11/2025 01:05:57 PM PageName: GroupLoan_PrintEmiReceipt String str: SELECT a.LoanRNo, a.ApplicationId, a.SanctionId, a.LoanId,Convert(CHAR,a.DDate,106)AS DDate, a.DNo, a.PNo, a.Prin, a.Intt, a.Total, a.PBal, a.IBal, a.TBal, a.PStatus, a.PDue, a.PPaid, a.Other, a.Saving,Convert(CHAR,a.PDate,106)AS PDate, a.VoucherId, a.PayType, a.PayMode, a.PayStatus, a.PayHeadId, a.PayTransId, a.EntryUser, a.EntryTime, a.IntW,a.BranchName+' ('+a.BranchId+')' AS BranchName ,a.CenterName+' ('+a.CenterId+')' AS CenterName,a.MemberName+' ('+a.MemberId+')' AS MemberName,a.DueOfficerName+' ('+a.DueOfficerId+')' AS DueOfficerName,a.PaidOfficerName+' ('+a.PaidOfficerId+')' AS PaidOfficerName FROM GroupLoanLedger a WITH(nolock) WHERE a.VoucherId = 'VH00041240' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_PrintEmiReceipt.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 12/11/2025 01:24:38 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(c.MeetingType,'N/A')AS MeetingType, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS MeetingDay, isnull(c.MeetingTime,'N/A')AS MeetingTime, isnull(c.MeetingDetail,'N/A')AS MeetingDetail, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(b.MemberGender,'N/A')AS MemberGender, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +' Year)' AS MemberDOBAge, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS MemberGuardianName, isnull(b.MemberMobileNo,'N/A')AS MemberMobileNo, isnull(b.NomineeMobileNo,'N/A')AS NomineeMobileNo, isnull(b.MemberAddress,'N/A')AS MemberAddress, isnull(b.MemberOccupation,'N/A')AS MemberOccupation, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS MemberAnnualIncome, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS LoanCycle, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS LoanAmount, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS TotalInterest, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS ExpiryDate, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS MemberNomineeJointPhoto, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail3, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyImageURL, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyURL, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS GroupMemberKYCFolder FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='SGL0002168' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/11/2025 01:24:38 PM PageName: GroupLoan_PrintGroupLoanEMIReceiptHTML String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(c.MeetingType,'N/A')AS MeetingType, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS MeetingDay, isnull(c.MeetingTime,'N/A')AS MeetingTime, isnull(c.MeetingDetail,'N/A')AS MeetingDetail, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(b.MemberGender,'N/A')AS MemberGender, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +' Year)' AS MemberDOBAge, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS MemberGuardianName, isnull(b.MemberMobileNo,'N/A')AS MemberMobileNo, isnull(b.NomineeMobileNo,'N/A')AS NomineeMobileNo, isnull(b.MemberAddress,'N/A')AS MemberAddress, isnull(b.MemberOccupation,'N/A')AS MemberOccupation, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS MemberAnnualIncome, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS LoanCycle, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS LoanAmount, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS TotalInterest, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS ExpiryDate, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS MemberNomineeJointPhoto, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail3, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyImageURL, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyURL, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS GroupMemberKYCFolder FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='SGL0002168' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ha5t1a1l StackTrace: at GroupLoan_PrintGroupLoanEMIReceiptHTML.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 12/11/2025 01:24:41 PM PageName: DataTableResult String str: SELECT a.LoanRNo, a.ApplicationId, a.SanctionId, a.LoanId,Convert(CHAR,a.DDate,106)AS DDate, a.DNo, a.PNo, a.Prin, a.Intt, a.Total, a.PBal, a.IBal, a.TBal, a.PStatus, a.PDue, a.PPaid, a.Other, a.Saving,Convert(CHAR,a.PDate,106)AS PDate, a.VoucherId, a.PayType, a.PayMode, a.PayStatus, a.PayHeadId, a.PayTransId, a.EntryUser, a.EntryTime, a.IntW,a.BranchName+' ('+a.BranchId+')' AS BranchName ,a.CenterName+' ('+a.CenterId+')' AS CenterName,a.MemberName+' ('+a.MemberId+')' AS MemberName,a.DueOfficerName+' ('+a.DueOfficerId+')' AS DueOfficerName,a.PaidOfficerName+' ('+a.PaidOfficerId+')' AS PaidOfficerName FROM GroupLoanLedger a WITH(nolock) WHERE a.VoucherId = 'VH00042886' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/11/2025 01:24:41 PM PageName: GroupLoan_PrintEmiReceipt String str: SELECT a.LoanRNo, a.ApplicationId, a.SanctionId, a.LoanId,Convert(CHAR,a.DDate,106)AS DDate, a.DNo, a.PNo, a.Prin, a.Intt, a.Total, a.PBal, a.IBal, a.TBal, a.PStatus, a.PDue, a.PPaid, a.Other, a.Saving,Convert(CHAR,a.PDate,106)AS PDate, a.VoucherId, a.PayType, a.PayMode, a.PayStatus, a.PayHeadId, a.PayTransId, a.EntryUser, a.EntryTime, a.IntW,a.BranchName+' ('+a.BranchId+')' AS BranchName ,a.CenterName+' ('+a.CenterId+')' AS CenterName,a.MemberName+' ('+a.MemberId+')' AS MemberName,a.DueOfficerName+' ('+a.DueOfficerId+')' AS DueOfficerName,a.PaidOfficerName+' ('+a.PaidOfficerId+')' AS PaidOfficerName FROM GroupLoanLedger a WITH(nolock) WHERE a.VoucherId = 'VH00042886' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_PrintEmiReceipt.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 12/11/2025 01:25:47 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/11/2025 01:26:48 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/11/2025 01:44:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 12/11/2025 01:44:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 12/11/2025 01:44:32 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 12/11/2025 01:44:32 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 12/11/2025 01:44:32 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 12/11/2025 01:44:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 12/11/2025 01:44:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 12/11/2025 01:44:58 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 12/11/2025 01:45:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 12/11/2025 01:45:16 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000223' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/11/2025 01:45:16 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000223' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 12/11/2025 02:00:18 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00002094' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/11/2025 02:00:18 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00002094' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 12/11/2025 02:02:15 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 02:02:15 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 02:17:34 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:04026:01:14:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 12/11/2025 02:17:44 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:04026:01:14:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/11/2025 02:17:44 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:04026:01:14:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 12/11/2025 02:17:57 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 12/11/2025 02:35:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 02:35:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 03:13:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 03:13:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 03:30:08 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 12/11/2025 03:30:41 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 12/11/2025 03:31:29 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 12/11/2025 03:32:09 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 12/11/2025 03:35:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 03:35:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 03:35:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 03:35:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 03:45:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 03:45:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 03:51:28 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 12/11/2025 03:51:37 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='N2:01:04030:01:07:02:01'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_PrintRDLCPage.GroupLoanStatement() TargetSite: Void AbortInternal() Time: 12/11/2025 03:51:37 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='N2:01:04030:01:07:02:01'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanStatement() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanStatement() Time: 12/11/2025 03:56:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 03:56:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 04:01:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 04:01:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 04:08:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 04:08:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 04:20:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 04:20:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 04:21:34 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 04:21:34 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 04:31:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 04:31:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 04:41:25 PM PageName: GroupLoan_GroupCollectionEffeciencyReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupCollectionEffeciencyReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 04:41:25 PM PageName: GroupLoan_GroupCollectionEffeciencyReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_fpv521aw StackTrace: at GroupLoan_GroupCollectionEffeciencyReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupCollectionEffeciencyReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 04:42:07 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/11/2025 04:44:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 12/11/2025 04:44:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 12/11/2025 04:44:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 12/11/2025 04:50:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 04:50:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 04:51:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 04:51:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 04:56:56 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 04:56:56 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 05:04:04 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/11/2025 05:04:48 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 05:04:48 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 05:24:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 05:24:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 05:29:01 PM PageName: GroupLoan_GroupLoanCloserCertificate String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanCloserCertificate.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 05:29:01 PM PageName: GroupLoan_GroupLoanCloserCertificate String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_b0u2w45w StackTrace: at GroupLoan_GroupLoanCloserCertificate.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanCloserCertificate.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 05:29:20 PM PageName: GroupLoan_GroupLoanCloserCertificate String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanCloserCertificate.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/11/2025 05:38:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 05:38:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 05:44:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 05:44:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 05:48:37 PM PageName: GroupLoan_GroupLoanSanction String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanSanction.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 12/11/2025 05:48:39 PM PageName: GroupLoan_GroupLoanSanction String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanSanction.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 12/11/2025 05:53:01 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 12/11/2025 05:58:29 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'SGL0002177' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'SGL0002177')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 12/11/2025 05:58:29 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'SGL0002177' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'SGL0002177')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 12/11/2025 05:58:30 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'SGL0002177' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'SGL0002177')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.GroupLoanQRCode() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 12/11/2025 06:12:12 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/11/2025 07:28:02 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/11/2025 09:30:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/11/2025 09:30:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 10:35:16 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 10:35:16 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 10:35:19 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 10:35:19 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 10:35:45 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 10:35:45 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 10:36:41 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 10:36:41 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 10:54:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 10:54:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 10:57:37 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 10:57:37 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 10:59:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 10:59:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 11:02:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 11:02:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 11:03:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 11:03:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 11:04:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 11:04:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 11:19:09 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='11/13/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00045' AND a.CenterId='N2:01:06049' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 13/11/2025 11:19:29 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='11/13/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00045' AND a.CenterId='N2:01:06049' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 13/11/2025 11:23:16 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/11/2025 11:23:17 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 11:23:17 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 11:49:24 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='N2:01:04026:01:14:02:01'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_PrintRDLCPage.GroupLoanStatement() TargetSite: Void AbortInternal() Time: 13/11/2025 11:49:24 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='N2:01:04026:01:14:02:01'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanStatement() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanStatement() Time: 13/11/2025 11:55:34 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 11:55:34 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 12:09:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 12:09:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 12:14:00 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 12:14:00 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 12:23:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 12:23:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 12:24:36 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 12:24:36 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 12:31:04 PM PageName: GroupLoan_GroupLoanCloserCertificate String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_b0u2w45w StackTrace: at GroupLoan_GroupLoanCloserCertificate.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 13/11/2025 01:40:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 01:40:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 02:05:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 02:05:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 03:34:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 03:34:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 03:37:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 03:37:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 03:40:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 03:40:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 03:49:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 03:49:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 03:54:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 03:54:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:01:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:01:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:08:10 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:08:10 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:10:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:10:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:15:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:15:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:20:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:20:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:25:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:25:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:26:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:26:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:26:48 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:26:48 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:27:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:27:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:32:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:32:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:39:29 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:39:29 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:39:36 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:39:36 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:44:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:44:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:44:31 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 13/11/2025 04:52:51 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:52:51 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:55:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:55:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:55:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:55:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 04:59:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 04:59:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 05:00:36 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 05:00:36 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 05:05:44 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 05:05:44 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 05:07:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 05:07:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 05:08:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 05:08:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 05:15:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 05:15:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 05:27:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 05:27:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 05:43:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 05:43:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 05:48:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 05:48:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 05:59:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 05:59:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 06:15:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 06:15:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 07:01:01 PM PageName: GroupLoan_PrintGroupMemberFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_kttifbvd StackTrace: at GroupLoan_PrintGroupMemberFullDetailHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 13/11/2025 07:01:39 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='M101000307'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 13/11/2025 07:01:39 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='M101000307'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 13/11/2025 07:14:37 PM PageName: DataTableResult String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='Active' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'BankType'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 13/11/2025 07:14:37 PM PageName: UserMasterSetting_BankNameMaster String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='Active' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ytgy2fsv StackTrace: at UserMasterSetting_BankNameMaster.FillData() TargetSite: Void FillData() Time: 13/11/2025 08:11:08 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='11/14/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01013' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 13/11/2025 08:25:18 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 08:25:18 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 08:59:06 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 13/11/2025 10:20:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 10:20:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/11/2025 11:05:41 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/11/2025 11:05:42 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 10:24:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 10:24:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 10:35:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 10:35:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 10:37:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 10:37:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 10:46:14 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 10:46:14 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 10:46:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 10:46:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 10:47:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 10:47:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 10:49:52 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 10:49:52 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 10:51:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 10:51:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 10:55:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 10:55:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 10:58:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 10:58:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 11:00:57 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 11:00:57 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 11:01:00 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 11:01:00 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 11:09:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 11:09:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 11:16:29 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 11:16:29 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 12:11:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 12:11:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 12:27:58 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 12:27:58 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 12:37:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 12:37:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 01:13:49 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 01:13:49 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 01:21:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 01:21:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 01:21:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 01:21:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 01:21:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 01:21:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 01:23:51 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 01:23:51 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 01:39:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 01:39:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 01:55:42 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 01:55:42 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 01:59:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 01:59:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 01:59:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 01:59:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 02:15:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 02:15:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 04:10:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 04:10:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 05:13:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 05:13:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 05:47:07 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'N2:01:03003:01:05:04:03' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'N2:01:03003:01:05:04:03')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 14/11/2025 05:47:07 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'N2:01:03003:01:05:04:03' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'N2:01:03003:01:05:04:03')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 14/11/2025 05:47:07 PM PageName: GroupLoan_PrintGroupLoanQRCodeHTML String str: SELECT a.*, b.* FROM ( SELECT 'N2:01:03003:01:05:04:03' AS LoanId, CompanyName, CompanyURL, replace(GroupMemberKYCFolder,'~/', '')AS KYCFolderLocation, GroupMemberKYCFolder FROM ProjectReportSettingMaster WITH(nolock) )a LEFT JOIN ( SELECT a.MemberId, a.MemberName, a.LoanId FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId = 'N2:01:03003:01:05:04:03')b ON a.LoanId = b.LoanId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_PrintGroupLoanQRCodeHTML.GroupLoanQRCode() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 14/11/2025 06:43:14 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 14/11/2025 06:43:14 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 14/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 14/11/2025 07:12:31 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 07:12:31 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanRepaymentMultiple.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 07:30:47 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 14/11/2025 07:30:55 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 14/11/2025 07:30:57 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 07:30:57 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/11/2025 08:25:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/11/2025 08:25:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 10:49:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 10:49:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 10:58:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 10:58:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 11:03:46 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 11:03:46 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 11:04:13 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 11:04:13 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 11:10:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 11:10:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 11:30:14 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 11:30:14 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 11:46:15 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 11:46:15 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 11:46:52 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 11:46:52 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 11:46:57 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 11:46:57 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 12:04:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 12:04:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 12:08:14 PM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT GroupLoanFullDetailHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanFullDetailHTMLReportPageName, (SELECT GroupLoanCardFrontLandScapeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardFrontHTMLReportPageName, (SELECT GroupLoanCardBackPotraitHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardBackHTMLReportPageName, (SELECT GroupLoanStatementHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanStatementHTMLReportPageName, (SELECT GroupLoanDemandNoticeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanDemandNoticeHTMLReportPageName, (SELECT GroupLoanNOCCertificateHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='N2:01:01001:01:07:02:02' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 15/11/2025 12:08:18 PM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT GroupLoanFullDetailHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanFullDetailHTMLReportPageName, (SELECT GroupLoanCardFrontLandScapeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardFrontHTMLReportPageName, (SELECT GroupLoanCardBackPotraitHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardBackHTMLReportPageName, (SELECT GroupLoanStatementHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanStatementHTMLReportPageName, (SELECT GroupLoanDemandNoticeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanDemandNoticeHTMLReportPageName, (SELECT GroupLoanNOCCertificateHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='N2:01:01001:01:07:02:02' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 15/11/2025 12:08:35 PM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT GroupLoanFullDetailHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanFullDetailHTMLReportPageName, (SELECT GroupLoanCardFrontLandScapeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardFrontHTMLReportPageName, (SELECT GroupLoanCardBackPotraitHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardBackHTMLReportPageName, (SELECT GroupLoanStatementHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanStatementHTMLReportPageName, (SELECT GroupLoanDemandNoticeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanDemandNoticeHTMLReportPageName, (SELECT GroupLoanNOCCertificateHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='N2:01:01001:01:07:02:02' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 15/11/2025 12:08:48 PM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT GroupLoanFullDetailHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanFullDetailHTMLReportPageName, (SELECT GroupLoanCardFrontLandScapeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardFrontHTMLReportPageName, (SELECT GroupLoanCardBackPotraitHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanCardBackHTMLReportPageName, (SELECT GroupLoanStatementHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanStatementHTMLReportPageName, (SELECT GroupLoanDemandNoticeHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanDemandNoticeHTMLReportPageName, (SELECT GroupLoanNOCCertificateHTML FROM ProjectReportSettingMaster WITH(nolock))AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='N2:01:05012:01:04:02:01' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_1uyn04nn StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 15/11/2025 12:25:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 12:25:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 12:40:05 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 12:40:05 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 12:43:02 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 12:43:02 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 12:48:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 12:48:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 12:51:15 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 12:51:15 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 12:59:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 12:59:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 01:05:39 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 01:05:39 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 01:19:59 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/11/2025 01:21:26 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/11/2025 01:23:50 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/11/2025 03:58:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 03:58:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 04:08:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 04:08:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 04:18:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 04:18:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 05:10:12 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 05:10:12 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 05:10:26 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 05:10:26 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 05:14:16 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 05:14:16 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/11/2025 11:39:47 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/11/2025 11:39:47 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/11/2025 07:15:50 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 16/11/2025 07:24:15 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/11/2025 07:24:15 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 10:23:45 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 10:23:45 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 10:40:23 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 17/11/2025 10:53:40 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 10:53:40 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 10:55:15 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 10:55:15 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 11:20:20 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 11:20:20 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 11:26:31 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 11:26:31 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 12:36:38 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 17/11/2025 12:38:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 12:38:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 01:16:27 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 01:16:27 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 02:55:59 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 02:55:59 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanApplicationVerification.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 02:59:15 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 17/11/2025 03:09:24 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 17/11/2025 03:09:27 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 17/11/2025 03:09:58 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 17/11/2025 03:49:01 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 03:49:01 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 03:52:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 03:52:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 04:01:55 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 04:01:55 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 04:14:46 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 17/11/2025 04:14:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 04:14:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 04:20:10 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000690' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 17/11/2025 04:20:37 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000690' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 17/11/2025 04:47:50 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 04:47:50 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 05:07:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 05:07:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 05:12:30 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 05:12:30 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 05:14:23 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 05:14:23 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 05:26:34 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 17/11/2025 05:27:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 05:27:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 05:37:25 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 17/11/2025 05:39:25 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 17/11/2025 05:41:56 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 05:41:56 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 05:49:26 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 05:49:26 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 05:50:48 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='11/18/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01028' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 17/11/2025 05:56:07 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 17/11/2025 06:37:11 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:21 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:43:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/17/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00084' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 17/11/2025 06:44:20 PM PageName: DataTableResult String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.EmployeeId, a.EmployeeName, a.LeaveStatus, Convert(char,a.LeaveDate,106)AS LeaveDated, datename(dw,a.LeaveDate)AS LeaveDay, CASE WHEN isnull(a.LeaveNo,1)=1 THEN 'FullDay' WHEN isnull(a.LeaveNo,1)=.5 THEN 'HalfDay' WHEN isnull(a.LeaveNo,1)=.25 THEN 'SortLeave' ELSE '' END AS LeaveNo, a.AppliedType, a.AppliedRemark, a.EntryUser, rtrim(convert(CHAR,a.EntryTime,106))+' - '+rtrim(convert(CHAR,a.EntryTime,108))AS EntryTime, a.ApproveType, a.ApproveRemark, a.ApproveUser, rtrim(convert(CHAR,a.ApproveTime,106))+' - '+rtrim(convert(CHAR,a.ApproveTime,108))AS ApproveTime, a.DepartmentName, a.DesignationName FROM EmployeeLeaveApplication a WITH(nolock) WHERE a.EmployeeId ='EMP00080' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'AppliedType'. Invalid column name 'AppliedRemark'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 17/11/2025 06:44:20 PM PageName: Employee_EmployeeRegistrationDetail String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.EmployeeId, a.EmployeeName, a.LeaveStatus, Convert(char,a.LeaveDate,106)AS LeaveDated, datename(dw,a.LeaveDate)AS LeaveDay, CASE WHEN isnull(a.LeaveNo,1)=1 THEN 'FullDay' WHEN isnull(a.LeaveNo,1)=.5 THEN 'HalfDay' WHEN isnull(a.LeaveNo,1)=.25 THEN 'SortLeave' ELSE '' END AS LeaveNo, a.AppliedType, a.AppliedRemark, a.EntryUser, rtrim(convert(CHAR,a.EntryTime,106))+' - '+rtrim(convert(CHAR,a.EntryTime,108))AS EntryTime, a.ApproveType, a.ApproveRemark, a.ApproveUser, rtrim(convert(CHAR,a.ApproveTime,106))+' - '+rtrim(convert(CHAR,a.ApproveTime,108))AS ApproveTime, a.DepartmentName, a.DesignationName FROM EmployeeLeaveApplication a WITH(nolock) WHERE a.EmployeeId ='EMP00080' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_yio53nsm StackTrace: at Employee_EmployeeRegistrationDetail.EmployeeLeaveApplication() TargetSite: Void EmployeeLeaveApplication() Time: 17/11/2025 06:44:20 PM PageName: DataTableResult String str: SELECT TOP 31 a.EmployeeId, a.EmployeeName, convert(CHAR,a.AttDate,106)AS AttDated, datename(dw,a.AttDate)AS AttDay, a.AttValue, a.AttType, a.AttStatus, a.AttRemark, rtrim(convert(CHAR,a.AttInTime,103))+'-'+rtrim(convert(CHAR,a.AttInTime,108))+' on '+a.AttInLat+'-'+a.AttInLong AS LogINDetail, rtrim(convert(CHAR,a.AttOutTime,103))+'-'+rtrim(convert(CHAR,a.AttOutTime,108))+' on '+a.AttOutLat+'-'+a.AttOutLong AS LogOUTDetail, a.EntryUser, rtrim(convert(CHAR,a.EntryTime,106))+' - '+rtrim(convert(CHAR,a.EntryTime,108))AS EntryTime, a.ApproveUser, rtrim(convert(CHAR,a.ApproveTime,106))+' - '+rtrim(convert(CHAR,a.ApproveTime,108))AS ApproveTime, b.BranchName+' ('+b.BranchId+')' AS BranchName, b.DepartmentName, b.DesignationName,b.EmployeeType FROM EmployeeAttendanceDetail a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.EmployeeId='EMP00080' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'AttType'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 17/11/2025 06:44:20 PM PageName: Employee_EmployeeRegistrationDetail String str: SELECT TOP 31 a.EmployeeId, a.EmployeeName, convert(CHAR,a.AttDate,106)AS AttDated, datename(dw,a.AttDate)AS AttDay, a.AttValue, a.AttType, a.AttStatus, a.AttRemark, rtrim(convert(CHAR,a.AttInTime,103))+'-'+rtrim(convert(CHAR,a.AttInTime,108))+' on '+a.AttInLat+'-'+a.AttInLong AS LogINDetail, rtrim(convert(CHAR,a.AttOutTime,103))+'-'+rtrim(convert(CHAR,a.AttOutTime,108))+' on '+a.AttOutLat+'-'+a.AttOutLong AS LogOUTDetail, a.EntryUser, rtrim(convert(CHAR,a.EntryTime,106))+' - '+rtrim(convert(CHAR,a.EntryTime,108))AS EntryTime, a.ApproveUser, rtrim(convert(CHAR,a.ApproveTime,106))+' - '+rtrim(convert(CHAR,a.ApproveTime,108))AS ApproveTime, b.BranchName+' ('+b.BranchId+')' AS BranchName, b.DepartmentName, b.DesignationName,b.EmployeeType FROM EmployeeAttendanceDetail a WITH(nolock) INNER JOIN EmployeeRegistrationDetail b WITH(nolock) ON a.EmployeeId=b.EmployeeId WHERE b.EmployeeId='EMP00080' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_yio53nsm StackTrace: at Employee_EmployeeRegistrationDetail.EmployeeAttendence() TargetSite: Void EmployeeAttendence() Time: 17/11/2025 06:45:58 PM PageName: DataTableResult String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.EmployeeId, a.EmployeeName, a.LeaveStatus, Convert(char,a.LeaveDate,106)AS LeaveDated, datename(dw,a.LeaveDate)AS LeaveDay, CASE WHEN isnull(a.LeaveNo,1)=1 THEN 'FullDay' WHEN isnull(a.LeaveNo,1)=.5 THEN 'HalfDay' WHEN isnull(a.LeaveNo,1)=.25 THEN 'SortLeave' ELSE '' END AS LeaveNo, a.AppliedType, a.AppliedRemark, a.EntryUser, rtrim(convert(CHAR,a.EntryTime,106))+' - '+rtrim(convert(CHAR,a.EntryTime,108))AS EntryTime, a.ApproveType, a.ApproveRemark, a.ApproveUser, rtrim(convert(CHAR,a.ApproveTime,106))+' - '+rtrim(convert(CHAR,a.ApproveTime,108))AS ApproveTime, a.DepartmentName, a.DesignationName FROM EmployeeLeaveApplication a WITH(nolock) WHERE a.EmployeeId ='EMP00080' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'AppliedType'. Invalid column name 'AppliedRemark'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 17/11/2025 06:45:58 PM PageName: Employee_EmployeeRegistrationDetail String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.EmployeeId, a.EmployeeName, a.LeaveStatus, Convert(char,a.LeaveDate,106)AS LeaveDated, datename(dw,a.LeaveDate)AS LeaveDay, CASE WHEN isnull(a.LeaveNo,1)=1 THEN 'FullDay' WHEN isnull(a.LeaveNo,1)=.5 THEN 'HalfDay' WHEN isnull(a.LeaveNo,1)=.25 THEN 'SortLeave' ELSE '' END AS LeaveNo, a.AppliedType, a.AppliedRemark, a.EntryUser, rtrim(convert(CHAR,a.EntryTime,106))+' - '+rtrim(convert(CHAR,a.EntryTime,108))AS EntryTime, a.ApproveType, a.ApproveRemark, a.ApproveUser, rtrim(convert(CHAR,a.ApproveTime,106))+' - '+rtrim(convert(CHAR,a.ApproveTime,108))AS ApproveTime, a.DepartmentName, a.DesignationName FROM EmployeeLeaveApplication a WITH(nolock) WHERE a.EmployeeId ='EMP00080' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_yio53nsm StackTrace: at Employee_EmployeeRegistrationDetail.EmployeeLeaveApplication() TargetSite: Void EmployeeLeaveApplication() Time: 17/11/2025 07:01:20 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 17/11/2025 07:01:21 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 07:01:21 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/11/2025 07:06:56 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='11/18/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00096' AND a.CenterId='N2:01:03044' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 17/11/2025 09:12:36 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/11/2025 09:12:36 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 06:45:31 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 06:45:31 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 10:27:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 10:27:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 10:47:17 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 10:47:17 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 10:47:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 10:47:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 10:50:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 10:50:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 10:52:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 10:52:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 10:53:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 10:53:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 10:55:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 10:55:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 10:58:45 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 10:58:45 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 11:06:49 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 11:06:49 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 11:06:52 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 11:06:52 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 11:14:05 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 11:14:05 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 11:48:26 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 11:48:26 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 11:54:17 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 11:54:17 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 11:54:25 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 11:54:25 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 12:11:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 12:11:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 12:11:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 12:11:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 12:12:57 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 12:12:57 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 12:24:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 12:24:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 12:24:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 12:24:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 12:32:02 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001388' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 18/11/2025 12:32:08 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00001388' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 18/11/2025 12:32:08 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00001388' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 18/11/2025 12:32:18 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 18/11/2025 12:32:30 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001388' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 18/11/2025 12:33:46 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00001388'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_PrintRDLCPage.GroupLoanStatement() TargetSite: Void AbortInternal() Time: 18/11/2025 12:33:46 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00001388'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanStatement() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanStatement() Time: 18/11/2025 12:34:07 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 18/11/2025 12:37:12 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00001384'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_PrintRDLCPage.GroupLoanStatement() TargetSite: Void AbortInternal() Time: 18/11/2025 12:37:12 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00001384'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanStatement() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanStatement() Time: 18/11/2025 12:42:09 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 18/11/2025 12:49:58 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 12:49:58 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 01:11:32 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 18/11/2025 01:18:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 01:18:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 02:04:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 02:04:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 02:10:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 02:10:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 03:05:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 18/11/2025 03:34:57 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 03:34:57 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 03:35:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 03:35:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 04:30:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 04:30:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 05:55:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 05:55:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 06:19:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 18/11/2025 06:19:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 18/11/2025 06:19:40 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/11/2025 06:21:56 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 18/11/2025 06:21:56 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 18/11/2025 06:22:01 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/11/2025 06:22:12 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/11/2025 07:42:35 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 07:42:35 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 07:54:26 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 07:54:26 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 08:58:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 08:58:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 09:31:09 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/11/2025 09:31:09 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/11/2025 10:06:09 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000499' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 18/11/2025 10:24:12 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 18/11/2025 10:24:12 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 18/11/2025 10:24:15 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/11/2025 10:24:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/11/2025 11:11:51 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/11/2025 07:28:51 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 07:28:51 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 10:18:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 10:18:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 10:33:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 10:33:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 10:33:15 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 10:33:15 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 10:35:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 10:35:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 10:36:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 10:36:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 10:38:40 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 10:38:40 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 10:39:46 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 10:39:46 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 10:41:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 10:41:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 10:44:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 10:44:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 11:05:13 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 11:05:13 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 11:16:16 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 11:16:16 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 11:31:38 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 11:31:38 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 11:50:59 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/11/2025 11:56:46 AM PageName: DataTableResult String str: SELECT MemberId, MemberName FROM EmployeeRegistrationDetail WITH(nolock) WHERE BankAccountNo='50200016935934' AND BankIFSCCode='BDBL0001441' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MemberId'. Invalid column name 'MemberName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 19/11/2025 11:56:46 AM PageName: Employee_EmployeeRegistrationVerificationNew String str: SELECT MemberId, MemberName FROM EmployeeRegistrationDetail WITH(nolock) WHERE BankAccountNo='50200016935934' AND BankIFSCCode='BDBL0001441' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_3kjzzp55 StackTrace: at Employee_EmployeeRegistrationVerificationNew.btnEmployeeBankCheck_Click(Object sender, EventArgs e) TargetSite: Void btnEmployeeBankCheck_Click(System.Object, System.EventArgs) Time: 19/11/2025 11:58:04 AM PageName: DataTableResult String str: SELECT MemberId, MemberName FROM EmployeeRegistrationDetail WITH(nolock) WHERE BankAccountNo='50200016935934' AND BankIFSCCode='BDBL0001441' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MemberId'. Invalid column name 'MemberName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 19/11/2025 11:58:04 AM PageName: Employee_EmployeeRegistrationVerificationNew String str: SELECT MemberId, MemberName FROM EmployeeRegistrationDetail WITH(nolock) WHERE BankAccountNo='50200016935934' AND BankIFSCCode='BDBL0001441' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_3kjzzp55 StackTrace: at Employee_EmployeeRegistrationVerificationNew.btnEmployeeBankCheck_Click(Object sender, EventArgs e) TargetSite: Void btnEmployeeBankCheck_Click(System.Object, System.EventArgs) Time: 19/11/2025 12:01:02 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/11/2025 12:05:02 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/11/2025 12:05:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 12:05:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 12:08:32 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/11/2025 12:08:47 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/11/2025 12:11:10 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/11/2025 12:11:47 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/11/2025 12:12:19 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/11/2025 01:06:14 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/11/2025 01:11:04 PM PageName: DataSetResult String str: SELECT BankId, BankName FROM BankNameMaster WITH(nolock) WHERE BankStatus='Active' ORDER BY BankName ; SELECT StateId, StateName FROM StateNameMaster WITH(nolock) WHERE StateStatus='Active' ORDER BY StateName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerStatus='Active' AND a.LedgerMain=300000 ORDER BY a.LedgerName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerStatus='Active' AND a.LedgerMain=700000 ORDER BY a.LedgerName ; SELECT POIName FROM POIDocumentMaster WITH(nolock) WHERE POIStatus='Active' ORDER BY POIName ; SELECT POAName FROM POADocumentMaster WITH(nolock) WHERE POAStatus='Active' ORDER BY POAName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'POIDocumentMaster'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.TryNextResult(Boolean& more) at System.Data.SqlClient.SqlDataReader.NextResult() at System.Data.ProviderBase.DataReaderContainer.NextResult() at System.Data.Common.DataAdapter.FillNextResult(DataReaderContainer dataReader) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 19/11/2025 01:11:04 PM PageName: Employee_EmployeeRegistrationUpdateVerification String str: SELECT BankId, BankName FROM BankNameMaster WITH(nolock) WHERE BankStatus='Active' ORDER BY BankName ; SELECT StateId, StateName FROM StateNameMaster WITH(nolock) WHERE StateStatus='Active' ORDER BY StateName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerStatus='Active' AND a.LedgerMain=300000 ORDER BY a.LedgerName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerStatus='Active' AND a.LedgerMain=700000 ORDER BY a.LedgerName ; SELECT POIName FROM POIDocumentMaster WITH(nolock) WHERE POIStatus='Active' ORDER BY POIName ; SELECT POAName FROM POADocumentMaster WITH(nolock) WHERE POAStatus='Active' ORDER BY POAName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_qnpkp0xm StackTrace: at Employee_EmployeeRegistrationUpdateVerification.FillDDLData() TargetSite: Void FillDDLData() Time: 19/11/2025 01:40:02 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 01:40:02 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 02:51:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 02:51:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 03:37:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 03:37:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 04:15:56 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 04:15:56 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 04:28:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 04:28:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 04:29:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 04:29:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 04:31:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 04:31:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 04:33:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 04:33:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 04:33:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 04:33:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/11/2025 05:43:41 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: SELECT Count(1)AS Nos0 FROM F2526VoucherMaster WHERE VoucherId='VH00044733' ; String sql: INSERT INTO F2526VoucherMaster( VoucherId, VoucherType, EntryTime, EntryUser )VALUES( 'VH00044733', 'GroupRepaymentMultiple', GETDATE(), 'emp00050' ) ; UPDATE FinancialYearMaster SET VoucherCounter=isnull(VoucherCounter,0)+1 WHERE TableName='2526' ; INSERT INTO BankCashTransactionDetail ( BranchId, BranchName, VoucherId, TransDate, Amount, PayMode, PayType, Description, BankId, BankName, TransId, ChequeDate, PayeeName, ChequeRemark, Refer1, Refer2, Refer3, EntryUser, EntryTime, ClearStatus, EntryType ) VALUES ( '103', 'Aandar', 'VH00044733', '11/19/2025 12:00:00 AM', '0', 'CashDepositInBranch', 'Received', 'CashDepositInBranch for EMI Payment of LoanId GL00002003 of amount 990.00', '111003', 'Cash In Hand Aandar', '', '1/1/1900 12:00:00 AM', '', '', 'M103000656', 'GL00002003', 'GL00002003', 'emp00050', GETDATE(), 'Pending', 'GroupRepaymentMultiple' ); UPDATE GroupLoanLedger SET PaidOfficerId='EMP00079', PaidOfficerName='Pankaj Kumar', PStatus='Paid', PDue='0', PPaid='0', PDate='11/19/2025 12:00:00 AM', VoucherId='VH00044733', PayType='OnTime', PayMode='CashDepositInBranch', PayStatus='Clear', PayHeadId='111003', PayTransId='', EntryUser='emp00050', EntryTime=GETDATE() WHERE LoanId='GL00002003' AND LoanRNo='125060' AND PStatus='Due' ; INSERT INTO F2526VoucherDetail( BranchId, BranchName, TransDate, VoucherId, HeadId, HeadName, Credit, Debit, TransactionId, Refer1, Refer2, Refer3, Narration, EntryUser, EntryTime, EntryType )VALUES( '103', 'Aandar', '11/19/2025 12:00:00 AM', 'VH00044733', '111003', 'Cash In Hand Aandar', '0', '990.00', '', 'GL00002003', 'M103000656', 'EMP00079', 'CashDepositInBranch for EMI Payment of LoanId GL00002003 of amount 990.00', 'emp00050', GETDATE(), 'GroupRepaymentMultiple' ) ; INSERT INTO F2526VoucherDetail( BranchId, BranchName, TransDate, VoucherId, HeadId, HeadName, Credit, Debit, TransactionId, Refer1, Refer2, Refer3, Narration, EntryUser, EntryTime, EntryType )VALUES( '103', 'Aandar', '11/19/2025 12:00:00 AM', 'VH00044733', '114700', 'Group Loan ( Income Generation )', '732.00', '0', '', 'GL00002003', 'M103000656', 'EMP00079', 'CashDepositInBranch for Principal Payment of LoanId GL00002003 of amount 732.00', 'emp00050', GETDATE(), 'GroupRepaymentMultiple' ) ; INSERT INTO F2526VoucherDetail( BranchId, BranchName, TransDate, VoucherId, HeadId, HeadName, Credit, Debit, TransactionId, Refer1, Refer2, Refer3, Narration, EntryUser, EntryTime, EntryType )VALUES( '103', 'Aandar', '11/19/2025 12:00:00 AM', 'VH00044733', '511500', 'Interest Income on Group Loan ( Income Generation )', '258.00', '0', '', 'GL00002003', 'M103000656', 'EMP00079', 'CashDepositInBranch for Interest Payment of LoanId GL00002003 of amount 258.00', 'emp00050', GETDATE(), 'GroupRepaymentMultiple' ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Transaction (Process ID 71) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 19/11/2025 05:53:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='107' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 19/11/2025 05:53:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='107' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 19/11/2025 06:47:48 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 19/11/2025 06:47:48 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 19/11/2025 06:47:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 19/11/2025 06:48:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 19/11/2025 07:08:31 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/11/2025 07:27:54 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='11/20/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00079' AND a.CenterId='N2:01:03056' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 19/11/2025 07:30:20 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 19/11/2025 07:33:00 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='11/20/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00087' AND a.CenterId='N2:01:02045' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 19/11/2025 08:51:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/11/2025 08:51:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 07:27:34 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/11/2025 09:06:15 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/11/2025 10:32:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 10:32:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 10:44:08 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 10:44:08 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 11:00:14 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 11:00:14 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 11:06:43 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 11:06:43 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 11:09:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 11:09:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 11:12:06 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 11:12:06 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 11:12:45 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 11:12:45 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 11:15:40 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 11:15:40 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 11:23:13 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/11/2025 11:24:23 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/11/2025 11:27:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 11:27:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 11:34:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 11:34:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 11:41:01 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 11:41:01 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 11:47:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 11:47:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 12:24:18 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 20/11/2025 12:24:18 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 20/11/2025 12:24:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 20/11/2025 12:24:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 20/11/2025 12:24:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='11/20/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 20/11/2025 12:30:13 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 20/11/2025 12:30:13 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 20/11/2025 12:30:22 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 20/11/2025 12:30:22 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 20/11/2025 01:22:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 01:22:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 01:44:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 01:44:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 01:46:30 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 01:46:30 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 02:05:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 02:05:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 02:07:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 02:07:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 02:08:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 02:08:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 02:10:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 02:10:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 02:11:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 02:11:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 02:11:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 02:11:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 02:17:12 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 02:17:12 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 02:28:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 02:28:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 02:35:15 PM PageName: GroupLoan_GroupArrearReportPaidDate String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupArrearReportPaidDate.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 02:35:15 PM PageName: GroupLoan_GroupArrearReportPaidDate String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5obhxy1 StackTrace: at GroupLoan_GroupArrearReportPaidDate.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupArrearReportPaidDate.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 03:04:04 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 20/11/2025 03:27:00 PM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanClosedReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 03:27:00 PM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanClosedReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanClosedReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 03:56:55 PM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanClosedReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 03:56:55 PM PageName: GroupLoan_GroupLoanClosedReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ahrwge1e StackTrace: at GroupLoan_GroupLoanClosedReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanClosedReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 04:02:25 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 20/11/2025 04:02:25 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 20/11/2025 04:02:25 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 20/11/2025 04:02:25 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 20/11/2025 04:02:25 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 20/11/2025 04:02:25 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 20/11/2025 04:02:43 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/20/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/20/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 20/11/2025 04:02:43 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/20/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='11/20/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 20/11/2025 04:02:43 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/20/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 20/11/2025 04:02:43 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='11/20/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 20/11/2025 04:02:43 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 20/11/2025 04:15:30 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 04:15:30 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 04:30:54 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/11/2025 04:31:17 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/11/2025 05:08:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 05:08:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 05:10:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 05:10:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 05:11:38 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/11/2025 05:18:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 05:18:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 05:21:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 05:21:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 05:25:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 05:25:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 05:54:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 05:54:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 06:04:09 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/11/2025 10:01:18 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 10:01:18 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 10:18:53 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 10:18:53 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/11/2025 10:19:57 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/11/2025 10:19:57 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 07:57:57 AM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT rtrim(Convert(CHAR,a.CallVerifyDate,106))AS CallVerifyDate,isnull(a.CallVerifyRemark,'N/A')AS CallVerifyRemark,isnull(a.CloseRemark, 'N/A')AS CloseRemark, isnull(a.CMLatitude, 'N/A')AS CMLatitude, isnull(a.CMLongitude, 'N/A')AS CMLongitude, isnull(a.CMMode, 'N/A')AS CMMode, rtrim(Convert(CHAR, a.DeathDate, 106))AS DeathDate, isnull(a.DisburseApproveRemark, 'N/A')AS DisburseApproveRemark,a.DisbursementDoc1, a.DisbursementDoc2, isnull(a.DisbursementRemark, 'N/A')AS DisbursementRemark, isnull(a.ExcelLoanId, 'N/A')AS ExcelLoanId,rtrim(Convert(CHAR, a.ExpectedDisburseDate, 106))AS ExpectedDisburseDate, isnull(a.FeeEntryUser, 'N/A')AS FeeEntryUser,isnull(a.Latitude, 'N/A')AS Latitude, isnull(a.LoanFormNo, 'N/A')AS LoanFormNo, isnull(a.LoanIdType, 'N/A')AS LoanIdType,isnull(a.LoanMeetingDay, 'N/A')AS LoanMeetingDay, isnull(a.Longitude, 'N/A')AS Longitude, isnull(a.NomineeAadharNo, 'N/A')AS NomineeAadharNo,isnull(a.NomineeAadharNo1, 'N/A')AS NomineeAadharNo1, isnull(a.NomineeAddress1, 'N/A')AS NomineeAddress1,isnull(a.NomineeAnnualIncome1, '0')AS NomineeAnnualIncome1, isnull(a.NomineeGender, 'N/A')AS NomineeGender,isnull(a.NomineeGender1, 'N/A')AS NomineeGender1, isnull(a.NomineeGuardian, 'N/A')AS NomineeGuardian,isnull(a.NomineeLandMark1, 'N/A')AS NomineeLandMark1, isnull(a.NomineeMobileNo, 'N/A')AS NomineeMobileNo,isnull(a.NomineeMobileNo1, 'N/A')AS NomineeMobileNo1, isnull(a.NomineeOccupation1, 'N/A')AS NomineeOccupation1, isnull(a.NomineePanNo, 'N/A')AS NomineePanNo,isnull(a.NomineePanNo1, 'N/A')AS NomineePanNo1, isnull(a.NomineeRelation1, 'N/A')AS NomineeRelation1, isnull(a.NomineeVoterId, 'N/A')AS NomineeVoterId,isnull(a.PayableType, 'N/A')AS PayableType, rtrim(Convert(CHAR, a.ReturnDate, 106))AS ReturnDate, isnull(a.ProductDetail, 'N/A')AS ProductDetail,isnull(a.ReturnHeadId, 'N/A')AS ReturnHeadId, isnull(a.ReturnMode, 'N/A')AS ReturnMode, isnull(a.ReturnTransId, 'N/A')AS ReturnTransId,isnull(a.NomineeGuardian1, 'N/A')AS NomineeGuardian1, isnull(a.NomineeName1, 'N/A')AS NomineeName1, isnull(a.ReturnVoucherId, 'N/A')AS ReturnVoucherId,isnull(a.SettlementType, 'N/A')AS SettlementType, isnull(a.CloseRD, '0')AS CloseRD, isnull(a.CMPenalty, '0')AS CMPenalty, isnull(a.InsuranceGST, '0')AS InsuranceGST,isnull(a.InterestRate, '0')AS InterestRate, isnull(a.OtherAmount, '0')AS OtherAmount, isnull(a.OtherGST, '0')AS OtherGST, isnull(a.PayableAmount, '0')AS PayableAmount,isnull(a.PenaltyBalance, '0')AS PenaltyBalance, isnull(a.PenaltyDiscount, '0')AS PenaltyDiscount, isnull(a.ProcessingGST, '0')AS ProcessingGST,isnull(a.ReturnAddAmount, '0')AS ReturnAddAmount, isnull(a.ReturnDeductAmount, '0')AS ReturnDeductAmount, isnull(a.ReturnPaidAmount, '0')AS ReturnPaidAmount,isnull(a.ReturnTotalAmount, '0')AS ReturnTotalAmount, CASE WHEN a.NomineeDOB1 IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR, a.NomineeDOB1, 106)) END + ' (' + CASE WHEN a.NomineeAge1 IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR, a.NomineeAge1)) END + ')' AS NomineeDOBAge1,CASE WHEN a.DisburseApproveUser IS NULL THEN 'NA' ELSE a.DisburseApproveUser + ' on ' + rtrim(Convert(CHAR, a.DisburseApproveTime, 106)) + ' ' + rtrim(Convert(CHAR, a.DisburseApproveTime, 108)) END AS DisburseApproveTime, CASE WHEN a.ReturnUser IS NULL THEN 'NA' ELSE a.ReturnUser + ' on ' + rtrim(Convert(CHAR, a.ReturnTime, 106)) + ' ' + rtrim(Convert(CHAR, a.ReturnTime, 108)) END AS ReturnTime, CASE WHEN a.CallVerifyUser IS NULL THEN 'NA' ELSE a.CallVerifyUser + ' on ' + rtrim(Convert(CHAR, a.CallVerifyTime, 106)) + ' ' + rtrim(Convert(CHAR, a.CallVerifyTime, 108)) END AS CallVerifyTime, CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanFullDetailHTML')AS LoanFullDetailHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanCardFrontLandScapeHTML')AS LoanCardFrontHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanCardBackPotraitHTML')AS LoanCardBackHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanStatementHTML')AS LoanStatementHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandNoticeHTML')AS LoanDemandNoticeHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanNOCCertificateHTML')AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='N2:01:04026:01:05:02:02' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_yio53nsm StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 21/11/2025 08:03:05 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 08:03:05 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 09:57:43 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 21/11/2025 09:57:44 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 21/11/2025 10:31:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 10:31:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 10:33:46 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 10:33:46 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 10:34:19 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 10:34:19 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 10:43:02 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 10:43:02 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 10:44:02 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 10:44:02 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 11:05:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 11:05:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 11:14:51 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 11:14:51 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 11:23:44 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 11:23:44 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 11:27:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 11:27:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 11:29:48 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 11:29:48 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 11:35:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 11:35:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 11:49:26 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 11:49:26 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 12:22:51 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 12:22:51 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 12:27:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 12:27:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 12:29:29 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 12:29:29 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 12:29:37 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 12:29:37 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 01:18:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 01:18:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:34 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:19:35 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:20:14 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='11/21/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='105' AND ld.LoanOfficerId='EMP00093' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 21/11/2025 01:30:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 01:30:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 01:31:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 01:31:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 01:46:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 01:46:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 01:54:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 01:54:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 01:58:56 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 01:58:56 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 03:31:25 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:01072:01:06'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 21/11/2025 03:31:25 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:01072:01:06'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 21/11/2025 06:14:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 21/11/2025 06:14:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 21/11/2025 06:14:14 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 21/11/2025 06:45:45 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 21/11/2025 06:45:54 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 21/11/2025 06:46:03 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 21/11/2025 06:46:49 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 21/11/2025 07:39:20 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 07:39:20 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 07:39:22 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 07:39:22 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 07:50:13 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 07:50:13 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/11/2025 10:45:27 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/11/2025 10:45:27 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 12:11:44 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/11/2025 10:23:29 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 10:23:29 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 10:24:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 10:24:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 10:41:30 AM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='SGL0002322' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/11/2025 10:41:30 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='SGL0002322' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 22/11/2025 10:41:39 AM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 22/11/2025 10:41:49 AM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:06018:01:07'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/11/2025 10:41:49 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:06018:01:07'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 22/11/2025 10:41:53 AM PageName: GroupLoan_PrintGroupMemberFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_kttifbvd StackTrace: at GroupLoan_PrintGroupMemberFullDetailHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 22/11/2025 10:57:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 10:57:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 10:58:48 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 10:58:48 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 10:59:20 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 10:59:20 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 11:01:04 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 11:01:04 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 11:05:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 11:05:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 11:06:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 11:06:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 11:06:03 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 11:06:03 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 11:12:40 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 11:12:40 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 11:22:56 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 11:22:56 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 11:29:52 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 11:29:52 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanRepaymentMultiple.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 11:30:06 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 11:30:06 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 11:31:17 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 11:31:17 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 11:32:24 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 11:32:24 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 11:34:25 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 11:34:25 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 11:46:34 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 11:46:34 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 11:49:38 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 11:49:38 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 12:05:24 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 12:05:24 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 12:07:31 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:01001:01:03:02:02' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 22/11/2025 12:08:59 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 12:08:59 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 12:20:20 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 12:20:20 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 12:26:31 PM PageName: GroupLoan_BranchCenterFormationList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_01iug51f StackTrace: at GroupLoan_BranchCenterFormationList.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 22/11/2025 12:26:45 PM PageName: GroupLoan_BranchCenterFormationList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_01iug51f StackTrace: at GroupLoan_BranchCenterFormationList.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 12:28:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 12:28:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 12:31:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 12:31:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 12:46:12 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 12:46:12 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 01:17:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 01:17:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 01:28:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 01:28:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 01:33:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 01:33:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 01:50:23 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/11/2025 01:50:52 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/11/2025 01:50:52 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/11/2025 03:17:29 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/11/2025 03:24:11 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: DECLARE @TDate DATE; SET @TDate='11/22/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.NomineeName, a.MobileNo, a.LoanId, convert(CHAR,c.FromDueDate,106)AS FromDueDate, c.FromDueNo, c.NoOfDay, c.NoOfOD, c.PrincipalOD, c.InterestOD, c.TotalOD, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.LoanAmount+a.TotalInterest AS TotalPayable, convert(CHAR,b.LastPaidDate,106)AS LastPaidDate, isnull(b.PaidPrincipal,0)AS PaidPrincipal, isnull(b.PaidInterest,0)AS PaidInterest, isnull(b.PaidTotal,0)AS PaidTotal, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, a.LoanAmount-isnull(b.PaidPrincipal,0)AS BalancePrincipal, a.TotalInterest-isnull(b.PaidInterest,0)AS BalanceInterest, a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0)AS BalanceTotal, CASE WHEN isnull(c.NoOfDay,0)<=0 THEN 'OnTime' WHEN isnull(c.NoOfDay,0)>=1 AND isnull(c.NoOfDay,0)<=7 THEN '1 to 7 Days' WHEN isnull(c.NoOfDay,0)>=8 AND isnull(c.NoOfDay,0)<=15 THEN '8 to 15 Days' WHEN isnull(c.NoOfDay,0)>=16 AND isnull(c.NoOfDay,0)<=30 THEN '16 to 30 Days' WHEN isnull(c.NoOfDay,0)>=31 AND isnull(c.NoOfDay,0)<=60 THEN '31 to 60 Days' WHEN isnull(c.NoOfDay,0)>=61 AND isnull(c.NoOfDay,0)<=90 THEN '61 to 90 Days' WHEN isnull(c.NoOfDay,0)>=91 AND isnull(c.NoOfDay,0)<=120 THEN '91 to 120 Days' WHEN isnull(c.NoOfDay,0)>=121 AND isnull(c.NoOfDay,0)<=150 THEN '121 to 150 Days' WHEN isnull(c.NoOfDay,0)>=151 AND isnull(c.NoOfDay,0)<=180 THEN '151 to 180 Days' WHEN isnull(c.NoOfDay,0)>=181 AND isnull(c.NoOfDay,0)<=365 THEN '181 to 365 Days' WHEN isnull(c.NoOfDay,0)>365 THEN '365+ Days' ELSE 'Not Defined' END AS ODDayRange, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.LoanPurpose, a.LoanFunder, cm.MeetingDay FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupCenterMaster cm WITH(nolock) ON a.CenterId=cm.CenterId LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND PStatus='Due' AND DDate<@TDate GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate0 AND a.LoanId='GL00000779' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/11/2025 04:46:17 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000779' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 22/11/2025 04:46:21 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000779' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 22/11/2025 07:07:58 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='SGL0002329' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/11/2025 07:07:58 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='SGL0002329' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 22/11/2025 07:08:08 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='SGL0002329' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 22/11/2025 07:08:08 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='SGL0002329' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 22/11/2025 07:08:20 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='SGL0002329' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 23/11/2025 04:05:03 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__0.MoveNext() TargetSite: Void MoveNext() Time: 23/11/2025 04:05:06 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__d.MoveNext() TargetSite: Void MoveNext() Time: 23/11/2025 05:59:43 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/11/2025 05:59:43 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/11/2025 06:37:16 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/11/2025 06:37:16 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/11/2025 07:17:19 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/11/2025 07:17:19 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/11/2025 07:25:51 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/11/2025 07:25:51 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanApplicationVerification.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/11/2025 07:27:14 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/11/2025 07:27:14 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/11/2025 07:38:15 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT DISTINCT a.CenterId, a.CenterName, a.CenterName+' ('+a.CenterId+')' AS CenterIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' ORDER BY a.CenterName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/11/2025 07:38:15 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT DISTINCT a.CenterId, a.CenterName, a.CenterName+' ('+a.CenterId+')' AS CenterIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' ORDER BY a.CenterName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanApplicationVerification.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/11/2025 07:38:25 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT DISTINCT a.CenterId, a.CenterName, a.CenterName+' ('+a.CenterId+')' AS CenterIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' ORDER BY a.CenterName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/11/2025 07:38:25 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: SELECT DISTINCT a.CenterId, a.CenterName, a.CenterName+' ('+a.CenterId+')' AS CenterIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' ORDER BY a.CenterName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanApplicationVerification.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/11/2025 07:39:08 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/11/2025 07:39:52 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/11/2025 07:39:52 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanApplicationVerification.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/11/2025 08:20:49 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/11/2025 08:20:49 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 07:45:21 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='11/24/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00093' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 24/11/2025 08:36:36 AM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/11/2025 09:16:32 AM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/11/2025 10:37:14 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 10:37:14 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 10:38:32 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 10:38:32 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 10:50:12 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 10:50:12 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 10:57:11 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 10:57:11 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 11:03:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 11:03:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 11:06:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 11:06:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 11:10:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 11:10:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 11:12:42 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 11:12:42 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 11:16:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 11:16:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 11:36:09 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 11:36:09 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 11:42:51 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 11:42:51 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 11:59:53 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 11:59:53 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 01:55:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 01:55:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 02:29:06 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='11/24/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01061' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 24/11/2025 03:47:28 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 03:47:28 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 04:02:37 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:03012:01:08'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 24/11/2025 04:02:37 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:03012:01:08'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 24/11/2025 04:02:59 PM PageName: GroupLoan_PrintGroupMemberFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_kttifbvd StackTrace: at GroupLoan_PrintGroupMemberFullDetailHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 24/11/2025 04:04:16 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:03012:01:08:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 24/11/2025 04:04:16 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:03012:01:08:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 24/11/2025 04:05:18 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 24/11/2025 04:35:09 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 24/11/2025 04:35:09 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 24/11/2025 04:46:06 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 24/11/2025 04:53:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 24/11/2025 04:53:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 24/11/2025 05:29:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 05:29:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 05:31:15 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 05:31:15 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 05:32:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 05:32:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 05:58:15 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 05:58:15 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 06:02:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 24/11/2025 06:02:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 24/11/2025 06:02:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 24/11/2025 06:05:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 24/11/2025 06:40:25 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001746' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 24/11/2025 06:47:47 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 06:47:47 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 07:10:26 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 07:10:26 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 07:12:35 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 07:12:35 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 07:44:24 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 24/11/2025 07:46:00 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 07:46:00 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 07:46:07 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/11/2025 07:46:07 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/11/2025 09:12:45 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 25/11/2025 10:32:37 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 10:32:37 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 10:50:53 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 10:50:53 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 10:59:45 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 10:59:45 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 11:00:33 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 11:00:33 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 11:02:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 11:02:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 11:03:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 11:03:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 11:04:29 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 11:04:29 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 11:08:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 11:08:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 11:13:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 11:13:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 11:22:43 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 11:22:43 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 11:31:13 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 25/11/2025 12:08:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 12:08:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 12:15:35 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 12:15:35 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 12:41:34 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 12:41:34 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 12:42:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 12:42:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 02:43:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 02:43:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 02:45:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 02:45:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 02:53:10 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 02:53:10 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 03:31:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 03:31:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 05:38:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 05:38:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 06:45:43 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 06:45:43 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 07:59:57 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/11/2025 07:59:57 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/11/2025 08:26:35 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 25/11/2025 08:26:35 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 25/11/2025 08:26:54 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='11/26/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 26/11/2025 09:02:09 AM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT rtrim(Convert(CHAR,a.CallVerifyDate,106))AS CallVerifyDate,isnull(a.CallVerifyRemark,'N/A')AS CallVerifyRemark,isnull(a.CloseRemark, 'N/A')AS CloseRemark, isnull(a.CMLatitude, 'N/A')AS CMLatitude, isnull(a.CMLongitude, 'N/A')AS CMLongitude, isnull(a.CMMode, 'N/A')AS CMMode, rtrim(Convert(CHAR, a.DeathDate, 106))AS DeathDate, isnull(a.DisburseApproveRemark, 'N/A')AS DisburseApproveRemark,a.DisbursementDoc1, a.DisbursementDoc2, isnull(a.DisbursementRemark, 'N/A')AS DisbursementRemark, isnull(a.ExcelLoanId, 'N/A')AS ExcelLoanId,rtrim(Convert(CHAR, a.ExpectedDisburseDate, 106))AS ExpectedDisburseDate, isnull(a.FeeEntryUser, 'N/A')AS FeeEntryUser,isnull(a.Latitude, 'N/A')AS Latitude, isnull(a.LoanFormNo, 'N/A')AS LoanFormNo, isnull(a.LoanIdType, 'N/A')AS LoanIdType,isnull(a.LoanMeetingDay, 'N/A')AS LoanMeetingDay, isnull(a.Longitude, 'N/A')AS Longitude, isnull(a.NomineeAadharNo, 'N/A')AS NomineeAadharNo,isnull(a.NomineeAadharNo1, 'N/A')AS NomineeAadharNo1, isnull(a.NomineeAddress1, 'N/A')AS NomineeAddress1,isnull(a.NomineeAnnualIncome1, '0')AS NomineeAnnualIncome1, isnull(a.NomineeGender, 'N/A')AS NomineeGender,isnull(a.NomineeGender1, 'N/A')AS NomineeGender1, isnull(a.NomineeGuardian, 'N/A')AS NomineeGuardian,isnull(a.NomineeLandMark1, 'N/A')AS NomineeLandMark1, isnull(a.NomineeMobileNo, 'N/A')AS NomineeMobileNo,isnull(a.NomineeMobileNo1, 'N/A')AS NomineeMobileNo1, isnull(a.NomineeOccupation1, 'N/A')AS NomineeOccupation1, isnull(a.NomineePanNo, 'N/A')AS NomineePanNo,isnull(a.NomineePanNo1, 'N/A')AS NomineePanNo1, isnull(a.NomineeRelation1, 'N/A')AS NomineeRelation1, isnull(a.NomineeVoterId, 'N/A')AS NomineeVoterId,isnull(a.PayableType, 'N/A')AS PayableType, rtrim(Convert(CHAR, a.ReturnDate, 106))AS ReturnDate, isnull(a.ProductDetail, 'N/A')AS ProductDetail,isnull(a.ReturnHeadId, 'N/A')AS ReturnHeadId, isnull(a.ReturnMode, 'N/A')AS ReturnMode, isnull(a.ReturnTransId, 'N/A')AS ReturnTransId,isnull(a.NomineeGuardian1, 'N/A')AS NomineeGuardian1, isnull(a.NomineeName1, 'N/A')AS NomineeName1, isnull(a.ReturnVoucherId, 'N/A')AS ReturnVoucherId,isnull(a.SettlementType, 'N/A')AS SettlementType, isnull(a.CloseRD, '0')AS CloseRD, isnull(a.CMPenalty, '0')AS CMPenalty, isnull(a.InsuranceGST, '0')AS InsuranceGST,isnull(a.InterestRate, '0')AS InterestRate, isnull(a.OtherAmount, '0')AS OtherAmount, isnull(a.OtherGST, '0')AS OtherGST, isnull(a.PayableAmount, '0')AS PayableAmount,isnull(a.PenaltyBalance, '0')AS PenaltyBalance, isnull(a.PenaltyDiscount, '0')AS PenaltyDiscount, isnull(a.ProcessingGST, '0')AS ProcessingGST,isnull(a.ReturnAddAmount, '0')AS ReturnAddAmount, isnull(a.ReturnDeductAmount, '0')AS ReturnDeductAmount, isnull(a.ReturnPaidAmount, '0')AS ReturnPaidAmount,isnull(a.ReturnTotalAmount, '0')AS ReturnTotalAmount, CASE WHEN a.NomineeDOB1 IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR, a.NomineeDOB1, 106)) END + ' (' + CASE WHEN a.NomineeAge1 IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR, a.NomineeAge1)) END + ')' AS NomineeDOBAge1,CASE WHEN a.DisburseApproveUser IS NULL THEN 'NA' ELSE a.DisburseApproveUser + ' on ' + rtrim(Convert(CHAR, a.DisburseApproveTime, 106)) + ' ' + rtrim(Convert(CHAR, a.DisburseApproveTime, 108)) END AS DisburseApproveTime, CASE WHEN a.ReturnUser IS NULL THEN 'NA' ELSE a.ReturnUser + ' on ' + rtrim(Convert(CHAR, a.ReturnTime, 106)) + ' ' + rtrim(Convert(CHAR, a.ReturnTime, 108)) END AS ReturnTime, CASE WHEN a.CallVerifyUser IS NULL THEN 'NA' ELSE a.CallVerifyUser + ' on ' + rtrim(Convert(CHAR, a.CallVerifyTime, 106)) + ' ' + rtrim(Convert(CHAR, a.CallVerifyTime, 108)) END AS CallVerifyTime, CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanFullDetailHTML')AS LoanFullDetailHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanCardFrontLandScapeHTML')AS LoanCardFrontHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanCardBackPotraitHTML')AS LoanCardBackHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanStatementHTML')AS LoanStatementHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandNoticeHTML')AS LoanDemandNoticeHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanNOCCertificateHTML')AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='GL00001492' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_yio53nsm StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 26/11/2025 10:28:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 10:28:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 10:28:37 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 10:28:37 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 10:32:41 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 10:32:41 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 10:43:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 10:43:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 10:43:44 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 10:43:44 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 10:44:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 10:44:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 10:48:22 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 10:48:22 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 10:49:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 10:49:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 10:57:38 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 10:57:38 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 11:58:40 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 11:58:40 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 12:04:43 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 12:04:43 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 12:09:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 12:09:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 12:20:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 12:20:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 01:35:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 01:35:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 02:07:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 02:07:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 02:12:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 02:12:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 02:19:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/11/2025 02:51:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 02:51:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 02:57:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 02:57:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 03:00:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 03:00:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 03:04:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 03:04:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 03:08:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 03:08:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 03:10:22 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 03:10:22 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 03:31:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 03:31:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 03:32:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 03:32:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 04:28:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 04:28:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 04:33:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 04:33:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 04:36:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 26/11/2025 04:36:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 26/11/2025 04:36:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 26/11/2025 04:36:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 26/11/2025 04:36:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 26/11/2025 04:37:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 26/11/2025 04:37:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 26/11/2025 04:37:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 04:37:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 04:40:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 04:40:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 04:43:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 04:43:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 04:44:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 04:44:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 04:44:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 04:44:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 04:49:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 04:49:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 04:50:34 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 04:50:34 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 04:50:52 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/11/2025 04:51:24 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 04:51:24 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 05:05:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 05:05:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 05:05:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 26/11/2025 05:05:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 26/11/2025 05:05:48 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 26/11/2025 05:07:14 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 26/11/2025 05:09:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 05:09:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 05:58:09 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 05:58:09 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 06:09:21 PM PageName: GroupLoan_GroupLoanSanction String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nu453kzt StackTrace: at GroupLoan_GroupLoanSanction.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 08:00:12 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 26/11/2025 08:00:12 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 26/11/2025 08:00:25 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='11/27/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), LoanId VARCHAR(50), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), NoOfOD INT, MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 26/11/2025 08:46:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 08:46:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 09:30:26 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 09:30:26 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 09:31:54 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/11/2025 09:31:54 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/11/2025 10:31:20 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 27/11/2025 07:24:45 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 27/11/2025 07:52:22 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 27/11/2025 07:52:22 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 27/11/2025 10:24:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 10:24:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 10:30:00 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 10:30:00 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 10:41:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 10:41:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 10:45:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 10:45:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 10:47:46 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 10:47:46 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 10:47:47 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 10:47:47 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 10:57:43 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 10:57:43 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 11:01:55 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 11:01:55 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 11:22:34 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 11:22:34 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 11:36:28 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 11:36:28 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 11:59:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 11:59:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 12:00:20 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 12:00:20 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 12:01:55 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 12:01:55 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 12:04:15 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 12:04:15 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 12:06:57 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 12:06:57 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 12:07:08 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 12:07:08 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 12:07:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 12:07:54 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 02:06:37 PM PageName: DataSetResult String str: SELECT BankId, BankName FROM BankNameMaster WITH(nolock) WHERE BankStatus='Active' ORDER BY BankName ; SELECT StateId, StateName FROM StateNameMaster WITH(nolock) WHERE StateStatus='Active' ORDER BY StateName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerStatus='Active' AND a.LedgerMain=300000 ORDER BY a.LedgerName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerStatus='Active' AND a.LedgerMain=700000 ORDER BY a.LedgerName ; SELECT POIName FROM POIDocumentMaster WITH(nolock) WHERE POIStatus='Active' ORDER BY POIName ; SELECT POAName FROM POADocumentMaster WITH(nolock) WHERE POAStatus='Active' ORDER BY POAName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'POIDocumentMaster'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.TryNextResult(Boolean& more) at System.Data.SqlClient.SqlDataReader.NextResult() at System.Data.ProviderBase.DataReaderContainer.NextResult() at System.Data.Common.DataAdapter.FillNextResult(DataReaderContainer dataReader) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 27/11/2025 02:06:37 PM PageName: Employee_EmployeeRegistrationUpdateVerification String str: SELECT BankId, BankName FROM BankNameMaster WITH(nolock) WHERE BankStatus='Active' ORDER BY BankName ; SELECT StateId, StateName FROM StateNameMaster WITH(nolock) WHERE StateStatus='Active' ORDER BY StateName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerStatus='Active' AND a.LedgerMain=300000 ORDER BY a.LedgerName ; SELECT a.LedgerId, a.LedgerName, a.LedgerName+' - '+rtrim(convert(CHAR,a.LedgerId))AS LedgerIdName FROM AccountLedgerMaster a WITH(nolock) WHERE a.LedgerStatus='Active' AND a.LedgerMain=700000 ORDER BY a.LedgerName ; SELECT POIName FROM POIDocumentMaster WITH(nolock) WHERE POIStatus='Active' ORDER BY POIName ; SELECT POAName FROM POADocumentMaster WITH(nolock) WHERE POAStatus='Active' ORDER BY POAName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_qnpkp0xm StackTrace: at Employee_EmployeeRegistrationUpdateVerification.FillDDLData() TargetSite: Void FillDDLData() Time: 27/11/2025 03:22:53 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 03:22:53 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 03:25:23 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 03:25:23 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 03:33:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 03:33:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 03:37:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 03:37:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 03:56:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 03:56:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 04:17:17 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 27/11/2025 04:30:23 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 27/11/2025 04:32:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 04:32:13 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanRepaymentMultiple.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 04:37:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 27/11/2025 04:37:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 27/11/2025 04:37:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 27/11/2025 04:37:32 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 27/11/2025 04:37:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 27/11/2025 05:25:35 PM PageName: GroupLoan_BranchCenterFormationList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_01iug51f StackTrace: at GroupLoan_BranchCenterFormationList.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 27/11/2025 05:29:16 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 27/11/2025 05:53:16 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 05:53:16 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 06:04:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 06:04:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 06:06:05 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 06:06:05 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 06:08:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 06:08:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 06:35:25 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 27/11/2025 06:40:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 27/11/2025 06:40:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 27/11/2025 06:40:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 27/11/2025 06:41:01 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 27/11/2025 08:18:56 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 08:18:56 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 08:21:08 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 08:21:08 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 08:50:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 08:50:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 08:55:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 08:55:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 08:55:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 08:55:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 09:45:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 09:45:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 10:44:36 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/11/2025 10:44:36 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/11/2025 10:58:41 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 28/11/2025 08:24:01 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 08:24:01 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 10:46:45 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 10:46:45 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 10:49:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 10:49:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 10:55:29 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 10:55:30 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 10:57:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 10:57:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 10:59:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 10:59:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 11:00:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 11:00:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 11:04:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 11:04:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 11:06:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 11:06:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 11:08:31 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 11:08:31 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 11:22:54 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 11:22:54 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 11:57:14 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 11:57:14 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 12:06:21 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 12:06:21 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 12:11:46 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 12:11:46 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 12:16:47 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 12:16:47 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 12:31:56 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 28/11/2025 12:37:24 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 28/11/2025 12:41:41 PM PageName: DataTableResult String str: SELECT MemberId, MemberName FROM EmployeeRegistrationDetail WITH(nolock) WHERE BankAccountNo='2374110010051903' AND BankIFSCCode='UJVN0002374' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'MemberId'. Invalid column name 'MemberName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 28/11/2025 12:41:41 PM PageName: Employee_EmployeeRegistrationVerificationNew String str: SELECT MemberId, MemberName FROM EmployeeRegistrationDetail WITH(nolock) WHERE BankAccountNo='2374110010051903' AND BankIFSCCode='UJVN0002374' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_3kjzzp55 StackTrace: at Employee_EmployeeRegistrationVerificationNew.btnEmployeeBankCheck_Click(Object sender, EventArgs e) TargetSite: Void btnEmployeeBankCheck_Click(System.Object, System.EventArgs) Time: 28/11/2025 12:46:09 PM PageName: Employee_EmployeeRegistrationVerificationNew String str: SELECT Count(1) AS Nos0 FROM EmployeeRegistrationDetail WHERE EmployeeId='EMP00101' ; SELECT Count(1) AS Nos1 FROM UserLoginDetail WHERE UserLoginId='EMP00101' ; String sql: INSERT INTO EmployeeRegistrationDetail ( BranchId, BranchName, EmployeeId, EmployeeName, EmployeeSalutation, DepartmentName, DesignationName, ReportingOfficerId, ReportingOfficerName, EmployeeType, EmployeeGrade, EmployeeIdType, EmpJoinDate, GuardianSalutation, GuardianName, EmployeeMobileNo, EmployeeContactNo, EmployeeEmailId, EmployeeDOB, EmployeeGender, EmployeeReligion, EmployeeCategory, MaritalStatus, DateOfMarriage, SpouseName, Qualification, RelevantExperience, PreviousEmployment, DocumentSubmitted, LiabilityHeadId, LiabilityHeadName, ExpenceHeadId, ExpenceHeadName, RegStatus, SalaryStatus, AttendanceStatus, GroupLoanTeam, PermanentAddress, PermanentCity, PermanentStateId, PermanentStateName, PermanentDistrictId, PermanentDistrictName, PermanentPinCode, SameAsPostal, PostalAddress, PostalCity, PostalStateId, PostalStateName, PostalDistrictId, PostalDistrictName, PostalPinCode, BankAccountType, BankAccountNo, BankIFSCCode, BankNameId, BankName, BankBranch, AadharNo, AadharVerified, AadharOTP, PANNo, PANVerified, VoterIdNo, VoterIdVerified, DLNo, PFAccountNo, PFUANNo, ESINo, AadharImage, EntryUser, EntryTime ) VALUES ( '104', 'Barharia', 'EMP00101', 'BHUDEL BHARTI', 'Mr.', 'Operation', 'Center Manager', 'EMP00053', 'Manjeet Kumar', 'FullTime', 'Grade-01', 'Software', '11/12/2025 12:00:00 AM', 'S/O', 'BALESHWAR BHARTI', '6205366593', '', '', '3/16/1994 12:00:00 AM', 'Male', 'Hindu', 'SC', 'Married', '1/1/1900 12:00:00 AM', '', '', '', '', '', '311000', 'Employee Salary Payable - 311000', '711000', 'Employee Salary Expence - 711000', 'Approved', 'Active', 'Active', 'Yes', 'SIKTHI, KAIMUR, BHABUA, BIHAR', '', '14', 'Bihar', '1169', 'Sasaram', '821101', 'Yes', 'SIKTHI, KAIMUR, BHABUA, BIHAR', '', '14', 'Bihar', '1169', 'Sasaram', '821101', 'Saving', '2374110010051903', 'UJVN0002374', '', '', '', '775437668165','','' ,'CMJPB1703Q','Verification Error ??????????', '', '','BR45 20210001567', '', '', '', '', 'admin', GETDATE() ) ; INSERT INTO UserLoginDetail ( UserLoginId, UserPassword, UserRole, UserLoginStatus, UserWebLogin, UserEXELogin, UserMenuType, EmployeeId, BranchId, BranchName, UserWorkingDate, NoOfBackDate, UserName, UserMobileNo, UserEmailId, UserAddress, UserJoinDate, EntryUser, EntryTime ) VALUES ( 'EMP00101', 'RQBNAFAAMAAwADEAMAAxAA==', 'Officer', 'Active', 'Active', 'Active', null, 'EMP00101', '104', 'Barharia', '11/12/2025 12:00:00 AM', '0', 'BHUDEL BHARTI', '6205366593', '', 'SIKTHI, KAIMUR, BHABUA, BIHAR', '11/12/2025 12:00:00 AM', 'admin', GETDATE() ) ; INSERT INTO BranchPermission ( UserId, BranchId, EntryUser, EntryTime ) VALUES ( 'EMP00101', '104', 'admin', GETDATE() ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String or binary data would be truncated. The statement has been terminated. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at Employee_EmployeeRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 28/11/2025 12:46:51 PM PageName: Employee_EmployeeRegistrationVerificationNew String str: SELECT Count(1) AS Nos0 FROM EmployeeRegistrationDetail WHERE EmployeeId='EMP00101' ; SELECT Count(1) AS Nos1 FROM UserLoginDetail WHERE UserLoginId='EMP00101' ; String sql: INSERT INTO EmployeeRegistrationDetail ( BranchId, BranchName, EmployeeId, EmployeeName, EmployeeSalutation, DepartmentName, DesignationName, ReportingOfficerId, ReportingOfficerName, EmployeeType, EmployeeGrade, EmployeeIdType, EmpJoinDate, GuardianSalutation, GuardianName, EmployeeMobileNo, EmployeeContactNo, EmployeeEmailId, EmployeeDOB, EmployeeGender, EmployeeReligion, EmployeeCategory, MaritalStatus, DateOfMarriage, SpouseName, Qualification, RelevantExperience, PreviousEmployment, DocumentSubmitted, LiabilityHeadId, LiabilityHeadName, ExpenceHeadId, ExpenceHeadName, RegStatus, SalaryStatus, AttendanceStatus, GroupLoanTeam, PermanentAddress, PermanentCity, PermanentStateId, PermanentStateName, PermanentDistrictId, PermanentDistrictName, PermanentPinCode, SameAsPostal, PostalAddress, PostalCity, PostalStateId, PostalStateName, PostalDistrictId, PostalDistrictName, PostalPinCode, BankAccountType, BankAccountNo, BankIFSCCode, BankNameId, BankName, BankBranch, AadharNo, AadharVerified, AadharOTP, PANNo, PANVerified, VoterIdNo, VoterIdVerified, DLNo, PFAccountNo, PFUANNo, ESINo, AadharImage, EntryUser, EntryTime ) VALUES ( '104', 'Barharia', 'EMP00101', 'BHUDEL BHARTI', 'Mr.', 'Operation', 'Center Manager', 'EMP00053', 'Manjeet Kumar', 'FullTime', 'Grade-01', 'Software', '11/12/2025 12:00:00 AM', 'S/O', 'BALESHWAR BHARTI', '6205366593', '', '', '3/16/1994 12:00:00 AM', 'Male', 'Hindu', 'SC', 'Married', '1/1/1900 12:00:00 AM', '', '', '', '', '', '311000', 'Employee Salary Payable - 311000', '711000', 'Employee Salary Expence - 711000', 'Approved', 'Active', 'Active', 'Yes', 'SIKTHI, KAIMUR, BHABUA, BIHAR', '', '14', 'Bihar', '1169', 'Sasaram', '821101', 'Yes', 'SIKTHI, KAIMUR, BHABUA, BIHAR', '', '14', 'Bihar', '1169', 'Sasaram', '821101', 'Saving', '2374110010051903', 'UJVN0002374', '', '', '', '775437668165','','' ,'CMJPB1703Q','Verification Error ??????????', '', '','BR45 20210001567', '', '', '', '', 'admin', GETDATE() ) ; INSERT INTO UserLoginDetail ( UserLoginId, UserPassword, UserRole, UserLoginStatus, UserWebLogin, UserEXELogin, UserMenuType, EmployeeId, BranchId, BranchName, UserWorkingDate, NoOfBackDate, UserName, UserMobileNo, UserEmailId, UserAddress, UserJoinDate, EntryUser, EntryTime ) VALUES ( 'EMP00101', 'RQBNAFAAMAAwADEAMAAxAA==', 'Officer', 'Active', 'Active', 'Active', null, 'EMP00101', '104', 'Barharia', '11/12/2025 12:00:00 AM', '0', 'BHUDEL BHARTI', '6205366593', '', 'SIKTHI, KAIMUR, BHABUA, BIHAR', '11/12/2025 12:00:00 AM', 'admin', GETDATE() ) ; INSERT INTO BranchPermission ( UserId, BranchId, EntryUser, EntryTime ) VALUES ( 'EMP00101', '104', 'admin', GETDATE() ) ; Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String or binary data would be truncated. The statement has been terminated. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ClassMaster.VoidInsUpDelTransaction(String sql, SqlTransaction trans) at Employee_EmployeeRegistrationVerificationNew.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 28/11/2025 12:50:02 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 28/11/2025 12:50:24 PM PageName: AdminChangePassword String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.GetMenuPageURL(DataTable dt, String PageName, String Token) at AdminChangePassword.Page_Load(Object sender, EventArgs e) TargetSite: System.String GetMenuPageURL(System.Data.DataTable, System.String, System.String) Time: 28/11/2025 12:59:25 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 28/11/2025 02:28:07 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 02:28:07 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 02:39:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 02:39:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 02:40:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 02:40:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 02:40:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 02:40:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 02:41:25 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 02:41:25 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 03:23:42 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 03:23:42 PM PageName: GroupLoan_GroupLoanOutstandingReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_atjsswvu StackTrace: at GroupLoan_GroupLoanOutstandingReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 28/11/2025 03:26:22 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001414' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 28/11/2025 05:45:59 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 28/11/2025 06:44:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 28/11/2025 06:44:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 28/11/2025 06:57:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 28/11/2025 06:57:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 28/11/2025 10:13:33 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 28/11/2025 10:13:33 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 09:44:13 AM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 29/11/2025 10:38:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 10:38:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 10:42:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 10:42:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 10:45:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 10:45:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 10:48:23 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 10:48:23 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 10:49:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 10:49:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 10:53:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 10:53:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 10:53:24 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 10:53:24 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 11:00:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 11:00:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 11:03:34 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 11:03:34 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 11:10:22 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 11:10:22 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 12:04:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 12:04:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 12:05:23 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 12:05:23 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 12:10:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 12:10:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 12:14:21 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__0.MoveNext() TargetSite: Void MoveNext() Time: 29/11/2025 12:17:36 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 12:17:36 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 12:18:15 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 12:18:15 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 12:18:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 12:18:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 01:10:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 01:10:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 01:34:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 01:34:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 01:34:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 01:34:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 03:13:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 29/11/2025 03:13:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 29/11/2025 03:42:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 03:42:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 03:52:34 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 29/11/2025 04:43:14 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 29/11/2025 05:40:29 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 29/11/2025 05:41:11 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 29/11/2025 05:54:12 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 29/11/2025 05:54:12 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 29/11/2025 05:54:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 29/11/2025 10:16:00 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 10:16:00 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 10:16:33 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 29/11/2025 10:16:33 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 29/11/2025 10:43:06 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/12/2025 07:11:03 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 07:11:03 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 07:21:35 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/12/2025 07:45:24 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/12/2025 10:33:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 10:33:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 10:38:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 10:38:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 10:40:11 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 10:40:11 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 10:41:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 10:41:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 10:43:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 10:43:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 10:46:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 10:46:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 10:50:56 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 10:50:56 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 10:53:40 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 10:53:40 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 10:55:41 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 10:55:41 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 12:12:36 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 12:12:36 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 12:13:35 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 12:13:35 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 12:21:17 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/12/2025 12:31:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 12:31:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 12:37:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 12:37:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 12:58:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 12:58:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 01:00:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 01:00:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 01:01:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 01:01:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 01:02:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 01:02:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 01:26:40 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001600' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 01/12/2025 03:04:26 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 03:04:26 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 03:38:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 03:38:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 04:35:42 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/12/2025 04:44:39 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 01/12/2025 04:53:55 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 04:53:55 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_drn30ake StackTrace: at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 04:56:23 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 01/12/2025 04:56:23 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 01/12/2025 05:09:56 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='12/1/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00092' AND a.CenterId='N2:01:01012' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 01/12/2025 05:11:52 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='12/1/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00092' AND a.CenterId='N2:01:01012' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 01/12/2025 05:55:55 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 07:22:48 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 07:22:48 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 07:23:15 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 07:23:15 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 07:24:46 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:02047:01:03'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/12/2025 07:24:46 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:02047:01:03'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 01/12/2025 07:24:53 PM PageName: GroupLoan_PrintGroupMemberFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_kttifbvd StackTrace: at GroupLoan_PrintGroupMemberFullDetailHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 01/12/2025 07:25:28 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:02047:01:03:02:02' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 01/12/2025 07:25:35 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:02047:01:03:02:02' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/12/2025 07:25:35 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:02047:01:03:02:02' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 01/12/2025 07:25:41 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:02047:01:03:02:02' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 01/12/2025 07:25:41 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:02047:01:03:02:02' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 01/12/2025 07:26:15 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 01/12/2025 07:26:45 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 01/12/2025 07:55:14 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 01/12/2025 07:55:14 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 01/12/2025 08:13:10 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 08:13:10 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 08:35:53 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 08:35:53 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 09:00:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 09:00:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 09:05:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 09:05:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 01/12/2025 09:18:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 01/12/2025 09:18:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 07:12:52 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/12/2025 10:27:44 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 10:27:44 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 10:33:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 10:33:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 10:36:29 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 10:36:29 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 10:39:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 10:39:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 10:47:12 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 10:47:12 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 10:52:44 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 10:52:44 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 11:00:14 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/12/2025 11:00:36 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/12/2025 11:08:54 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 11:08:54 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 11:19:39 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 11:19:39 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 11:26:07 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 11:26:07 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 11:27:32 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/12/2025 11:28:05 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/12/2025 11:32:11 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 11:32:11 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 11:44:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 11:44:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 11:47:18 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 11:47:18 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 11:49:56 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 11:49:56 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 12:22:57 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/12/2025 01:34:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 01:34:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 02:50:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 02:50:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 02:53:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 02:53:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 04:05:11 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 02/12/2025 04:05:11 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 02/12/2025 04:05:17 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 02/12/2025 04:05:17 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 02/12/2025 04:05:17 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 02/12/2025 04:05:25 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 02/12/2025 04:05:25 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 02/12/2025 04:05:44 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 02/12/2025 04:05:44 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 02/12/2025 04:33:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 04:33:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 05:53:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 02/12/2025 05:53:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 02/12/2025 05:53:53 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 02/12/2025 05:54:07 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 02/12/2025 06:05:27 PM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT rtrim(Convert(CHAR,a.CallVerifyDate,106))AS CallVerifyDate,isnull(a.CallVerifyRemark,'N/A')AS CallVerifyRemark,isnull(a.CloseRemark, 'N/A')AS CloseRemark, isnull(a.CMLatitude, 'N/A')AS CMLatitude, isnull(a.CMLongitude, 'N/A')AS CMLongitude, isnull(a.CMMode, 'N/A')AS CMMode, rtrim(Convert(CHAR, a.DeathDate, 106))AS DeathDate, isnull(a.DisburseApproveRemark, 'N/A')AS DisburseApproveRemark,a.DisbursementDoc1, a.DisbursementDoc2, isnull(a.DisbursementRemark, 'N/A')AS DisbursementRemark, isnull(a.ExcelLoanId, 'N/A')AS ExcelLoanId,rtrim(Convert(CHAR, a.ExpectedDisburseDate, 106))AS ExpectedDisburseDate, isnull(a.FeeEntryUser, 'N/A')AS FeeEntryUser,isnull(a.Latitude, 'N/A')AS Latitude, isnull(a.LoanFormNo, 'N/A')AS LoanFormNo, isnull(a.LoanIdType, 'N/A')AS LoanIdType,isnull(a.LoanMeetingDay, 'N/A')AS LoanMeetingDay, isnull(a.Longitude, 'N/A')AS Longitude, isnull(a.NomineeAadharNo, 'N/A')AS NomineeAadharNo,isnull(a.NomineeAadharNo1, 'N/A')AS NomineeAadharNo1, isnull(a.NomineeAddress1, 'N/A')AS NomineeAddress1,isnull(a.NomineeAnnualIncome1, '0')AS NomineeAnnualIncome1, isnull(a.NomineeGender, 'N/A')AS NomineeGender,isnull(a.NomineeGender1, 'N/A')AS NomineeGender1, isnull(a.NomineeGuardian, 'N/A')AS NomineeGuardian,isnull(a.NomineeLandMark1, 'N/A')AS NomineeLandMark1, isnull(a.NomineeMobileNo, 'N/A')AS NomineeMobileNo,isnull(a.NomineeMobileNo1, 'N/A')AS NomineeMobileNo1, isnull(a.NomineeOccupation1, 'N/A')AS NomineeOccupation1, isnull(a.NomineePanNo, 'N/A')AS NomineePanNo,isnull(a.NomineePanNo1, 'N/A')AS NomineePanNo1, isnull(a.NomineeRelation1, 'N/A')AS NomineeRelation1, isnull(a.NomineeVoterId, 'N/A')AS NomineeVoterId,isnull(a.PayableType, 'N/A')AS PayableType, rtrim(Convert(CHAR, a.ReturnDate, 106))AS ReturnDate, isnull(a.ProductDetail, 'N/A')AS ProductDetail,isnull(a.ReturnHeadId, 'N/A')AS ReturnHeadId, isnull(a.ReturnMode, 'N/A')AS ReturnMode, isnull(a.ReturnTransId, 'N/A')AS ReturnTransId,isnull(a.NomineeGuardian1, 'N/A')AS NomineeGuardian1, isnull(a.NomineeName1, 'N/A')AS NomineeName1, isnull(a.ReturnVoucherId, 'N/A')AS ReturnVoucherId,isnull(a.SettlementType, 'N/A')AS SettlementType, isnull(a.CloseRD, '0')AS CloseRD, isnull(a.CMPenalty, '0')AS CMPenalty, isnull(a.InsuranceGST, '0')AS InsuranceGST,isnull(a.InterestRate, '0')AS InterestRate, isnull(a.OtherAmount, '0')AS OtherAmount, isnull(a.OtherGST, '0')AS OtherGST, isnull(a.PayableAmount, '0')AS PayableAmount,isnull(a.PenaltyBalance, '0')AS PenaltyBalance, isnull(a.PenaltyDiscount, '0')AS PenaltyDiscount, isnull(a.ProcessingGST, '0')AS ProcessingGST,isnull(a.ReturnAddAmount, '0')AS ReturnAddAmount, isnull(a.ReturnDeductAmount, '0')AS ReturnDeductAmount, isnull(a.ReturnPaidAmount, '0')AS ReturnPaidAmount,isnull(a.ReturnTotalAmount, '0')AS ReturnTotalAmount, CASE WHEN a.NomineeDOB1 IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR, a.NomineeDOB1, 106)) END + ' (' + CASE WHEN a.NomineeAge1 IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR, a.NomineeAge1)) END + ')' AS NomineeDOBAge1,CASE WHEN a.DisburseApproveUser IS NULL THEN 'NA' ELSE a.DisburseApproveUser + ' on ' + rtrim(Convert(CHAR, a.DisburseApproveTime, 106)) + ' ' + rtrim(Convert(CHAR, a.DisburseApproveTime, 108)) END AS DisburseApproveTime, CASE WHEN a.ReturnUser IS NULL THEN 'NA' ELSE a.ReturnUser + ' on ' + rtrim(Convert(CHAR, a.ReturnTime, 106)) + ' ' + rtrim(Convert(CHAR, a.ReturnTime, 108)) END AS ReturnTime, CASE WHEN a.CallVerifyUser IS NULL THEN 'NA' ELSE a.CallVerifyUser + ' on ' + rtrim(Convert(CHAR, a.CallVerifyTime, 106)) + ' ' + rtrim(Convert(CHAR, a.CallVerifyTime, 108)) END AS CallVerifyTime, CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanFullDetailHTML')AS LoanFullDetailHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanCardFrontLandScapeHTML')AS LoanCardFrontHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanCardBackPotraitHTML')AS LoanCardBackHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanStatementHTML')AS LoanStatementHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandNoticeHTML')AS LoanDemandNoticeHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanNOCCertificateHTML')AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='GL00000177' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_yio53nsm StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 02/12/2025 06:06:07 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 02/12/2025 06:46:56 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='12/3/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='103015' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 02/12/2025 06:47:14 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='12/3/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00080' AND a.CenterId='103015' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 02/12/2025 09:01:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 02/12/2025 09:01:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 02/12/2025 09:41:12 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/12/2025 10:31:42 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 10:31:42 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 10:34:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 10:34:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 10:36:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 10:36:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 10:37:33 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/12/2025 10:37:45 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.GetMenuPageURL(DataTable dt, String PageName, String Token) at AdminLogOut.Page_Load(Object sender, EventArgs e) TargetSite: System.String GetMenuPageURL(System.Data.DataTable, System.String, System.String) Time: 03/12/2025 10:37:48 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/12/2025 10:39:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 10:39:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 10:41:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 10:41:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 10:42:02 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 10:42:02 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 10:44:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 10:44:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 10:52:50 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 10:52:50 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 11:03:48 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 11:03:48 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 11:06:01 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 11:06:01 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 11:15:31 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 11:15:31 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 11:20:51 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 11:20:51 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 11:23:37 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 11:23:37 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 11:40:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 11:40:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 11:57:51 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 11:57:51 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 03:26:16 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/12/2025 03:26:44 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/12/2025 03:27:09 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/12/2025 03:28:43 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 03:28:43 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 04:06:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 04:06:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 05:30:21 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_BranchClosingBalanceSummary.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 05:30:21 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_BranchClosingBalanceSummary.ExportToExcel(DataTable DT, String fileName) at GroupLoan_BranchClosingBalanceSummary.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 06:39:49 PM PageName: GroupLoan_GroupLoanArrearCompareReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearCompareReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 06:39:49 PM PageName: GroupLoan_GroupLoanArrearCompareReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_mjhq5ba5 StackTrace: at GroupLoan_GroupLoanArrearCompareReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearCompareReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 06:39:56 PM PageName: GroupLoan_GroupLoanArrearCompareReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearCompareReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 06:39:56 PM PageName: GroupLoan_GroupLoanArrearCompareReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_mjhq5ba5 StackTrace: at GroupLoan_GroupLoanArrearCompareReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearCompareReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 07:43:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 07:43:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 07:45:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 07:45:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 08:34:41 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 08:34:41 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 08:37:06 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 08:37:06 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 08:45:22 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 08:45:22 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 09:02:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 09:02:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 09:13:47 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/12/2025 10:32:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 10:32:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 10:32:54 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 10:32:54 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 10:36:26 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 10:36:26 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/12/2025 10:39:50 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/12/2025 10:39:50 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 12:35:53 AM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 04/12/2025 07:15:20 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 04/12/2025 07:20:39 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 04/12/2025 10:31:51 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 10:31:51 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 10:33:02 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 10:33:02 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 10:41:55 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 10:41:55 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 10:50:48 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 10:50:48 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 11:00:12 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 11:00:12 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 11:13:03 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 11:13:03 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 11:14:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 11:14:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 11:23:19 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 11:23:19 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 11:35:37 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 11:35:37 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 11:37:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 11:37:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 11:44:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 11:44:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 11:44:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 11:44:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 11:58:39 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 11:58:39 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 11:59:16 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 11:59:16 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 12:02:59 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 12:02:59 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 12:52:33 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 12:52:33 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 01:37:05 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 01:37:05 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 01:37:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 01:37:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 02:15:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 02:15:00 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 02:43:20 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:01075:01:03'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 04/12/2025 02:43:20 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:01075:01:03'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 04/12/2025 02:43:57 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:01075:01:03'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 04/12/2025 02:43:57 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:01075:01:03'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 04/12/2025 03:42:48 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:04044:01:13'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 04/12/2025 03:42:48 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:04044:01:13'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 04/12/2025 03:48:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 03:48:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 04:10:57 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 04/12/2025 04:14:14 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 04/12/2025 04:43:01 PM PageName: GroupLoan_GroupLoanUpdateMobileNo String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanUpdateMobileNo.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 04:43:01 PM PageName: GroupLoan_GroupLoanUpdateMobileNo String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_kqjaensf StackTrace: at GroupLoan_GroupLoanUpdateMobileNo.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanUpdateMobileNo.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 06:34:15 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:01075:01:03'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 04/12/2025 06:34:15 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:01075:01:03'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 04/12/2025 08:08:50 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 08:08:50 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/12/2025 08:21:21 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/12/2025 08:21:21 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 10:30:51 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 10:30:51 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 10:59:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 10:59:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 11:02:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 11:02:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 11:02:46 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 11:02:46 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 11:03:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 11:03:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 11:06:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 11:06:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 11:08:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 11:08:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 11:11:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 11:11:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 11:12:07 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 11:12:07 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 11:13:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 11:13:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 11:14:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 11:14:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 11:15:32 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 11:15:32 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 11:20:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 11:20:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 11:32:37 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 11:32:37 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 11:35:15 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 11:35:15 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 12:30:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 12:30:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 01:58:14 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/12/2025 01:59:42 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='N2:01:04033:01:04:04:03'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_PrintRDLCPage.GroupLoanStatement() TargetSite: Void AbortInternal() Time: 05/12/2025 01:59:42 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='N2:01:04033:01:04:04:03'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanStatement() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanStatement() Time: 05/12/2025 01:59:43 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='N2:01:04033:01:04:04:03'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_PrintRDLCPage.GroupLoanStatement() TargetSite: Void AbortInternal() Time: 05/12/2025 01:59:43 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='N2:01:04033:01:04:04:03'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanStatement() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanStatement() Time: 05/12/2025 02:00:46 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/12/2025 02:18:10 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 02:18:10 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 02:29:51 PM PageName: DataTableResult String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00093' AND a.MeetingType='Weekly' AND a.TransferDate='12/5/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'NewCenterOfficerId'. Invalid column name 'TransferDate'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerName'. Invalid column name 'OldCenterOfficerId'. Invalid column name 'OldCenterOfficerName'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 05/12/2025 02:29:51 PM PageName: LoanOfficer_GroupLoanAllocatedCenterMeeting String str: SELECT a.OldCenterOfficerId, a.OldCenterOfficerName, a.OldCenterOfficerName+' ('+a.OldCenterOfficerId+')' AS OldCenterOfficerIdName FROM GroupCenterMeetingTransfer a WITH(nolock) WHERE a.NewCenterOfficerId='EMP00093' AND a.MeetingType='Weekly' AND a.TransferDate='12/5/2025 12:00:00 AM' ORDER BY a.OldCenterOfficerName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fl4ak2fe StackTrace: at LoanOfficer_GroupLoanAllocatedCenterMeeting.FillOfficer() TargetSite: Void FillOfficer() Time: 05/12/2025 02:30:02 PM PageName: LoanOfficer_GroupLoanAllocatedCenterMeeting String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fl4ak2fe StackTrace: at LoanOfficer_GroupLoanAllocatedCenterMeeting.FillData() TargetSite: Void FillData() Time: 05/12/2025 02:30:19 PM PageName: LoanOfficer_GroupLoanAllocatedCenterMeeting String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fl4ak2fe StackTrace: at LoanOfficer_GroupLoanAllocatedCenterMeeting.FillData() TargetSite: Void FillData() Time: 05/12/2025 02:34:44 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 02:34:44 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 03:09:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 03:09:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 03:11:43 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 03:11:43 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 03:12:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 03:12:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 03:39:07 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 03:39:07 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 03:40:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 03:40:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 04:12:51 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 04:12:51 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 04:38:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 04:38:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 04:45:15 PM PageName: LoanOfficer_GroupLoanCenterMeetingList String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_fw3vni2c StackTrace: at LoanOfficer_GroupLoanCenterMeetingList.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 05/12/2025 05:22:29 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/12/2025 05:29:18 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/12/2025 07:59:51 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 07:59:51 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/12/2025 08:57:31 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/12/2025 08:57:31 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 10:33:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 10:33:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 10:37:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 10:37:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 10:39:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 10:39:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 10:42:12 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 10:42:12 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 10:44:32 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 10:44:32 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 10:54:56 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 10:54:56 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 10:59:17 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 10:59:17 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 11:01:42 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 11:01:42 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 11:01:47 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 11:01:47 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 11:03:25 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 11:03:25 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 11:31:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 11:31:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 11:38:23 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 11:38:23 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 11:42:44 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 11:42:44 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 11:44:22 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 11:44:22 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 11:52:31 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 11:52:31 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 12:19:32 PM PageName: GroupLoan_GroupLoanCenterMeetingApproval String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanCenterMeetingApproval.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 01:13:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 01:13:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 02:01:22 PM PageName: DataSetResult String str: SELECT DesignationId, DesignationName FROM DesignationMaster WITH(nolock) WHERE DesignationStatus='Active' ORDER BY DesignationName ; SELECT DepartmentId, DepartmentName FROM DepartmentMaster WITH(nolock) WHERE DepartmentStatus='Active' ORDER BY DepartmentName ; SELECT EmployeeTypeId, EmployeeTypeName FROM EmployeeTypeMaster WITH(nolock) WHERE EmployeeTypeStatus='Active' ORDER BY EmployeeTypeName ; SELECT LeaveName FROM LeavetypeMaster WITH(nolock) WHERE LeaveStatus='Active' ORDER BY LeaveName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'LeavetypeMaster'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.TryNextResult(Boolean& more) at System.Data.SqlClient.SqlDataReader.NextResult() at System.Data.ProviderBase.DataReaderContainer.NextResult() at System.Data.Common.DataAdapter.FillNextResult(DataReaderContainer dataReader) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/12/2025 02:01:59 PM PageName: DataSetResult String str: SELECT DesignationId, DesignationName FROM DesignationMaster WITH(nolock) WHERE DesignationStatus='Active' ORDER BY DesignationName ; SELECT DepartmentId, DepartmentName FROM DepartmentMaster WITH(nolock) WHERE DepartmentStatus='Active' ORDER BY DepartmentName ; SELECT EmployeeTypeId, EmployeeTypeName FROM EmployeeTypeMaster WITH(nolock) WHERE EmployeeTypeStatus='Active' ORDER BY EmployeeTypeName ; SELECT LeaveName FROM LeavetypeMaster WITH(nolock) WHERE LeaveStatus='Active' ORDER BY LeaveName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'LeavetypeMaster'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.TryNextResult(Boolean& more) at System.Data.SqlClient.SqlDataReader.NextResult() at System.Data.ProviderBase.DataReaderContainer.NextResult() at System.Data.Common.DataAdapter.FillNextResult(DataReaderContainer dataReader) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/12/2025 02:05:38 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/12/2025 02:05:38 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 06/12/2025 02:05:38 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/12/2025 02:05:38 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 06/12/2025 02:05:38 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 06/12/2025 02:05:38 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 06/12/2025 03:21:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 03:21:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 04:02:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 04:02:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 04:22:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 04:22:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 04:32:26 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 04:32:26 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 04:32:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 04:32:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 04:43:05 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_m14vc1xh StackTrace: at GroupLoan_GroupLoanDisbursement.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 05:16:54 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 05:16:54 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 05:26:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 05:26:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 05:36:14 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 06/12/2025 05:36:14 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 06/12/2025 05:36:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 06/12/2025 05:36:21 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 06/12/2025 05:36:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 06/12/2025 05:44:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 05:44:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 05:46:24 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 05:46:24 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 05:48:14 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 05:48:14 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 05:51:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 05:51:08 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/12/2025 06:05:30 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/12/2025 06:05:30 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/12/2025 11:38:25 AM PageName: DataSetResult String str: SELECT DesignationId, DesignationName FROM DesignationMaster WITH(nolock) WHERE DesignationStatus='Active' ORDER BY DesignationName ; SELECT DepartmentId, DepartmentName FROM DepartmentMaster WITH(nolock) WHERE DepartmentStatus='Active' ORDER BY DepartmentName ; SELECT EmployeeTypeId, EmployeeTypeName FROM EmployeeTypeMaster WITH(nolock) WHERE EmployeeTypeStatus='Active' ORDER BY EmployeeTypeName ; SELECT LeaveTypeId, LeaveName FROM LeaveTypeMaster WITH(nolock) WHERE LeaveStatus='Active' ORDER BY LeaveName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'LeaveTypeMaster'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.TryNextResult(Boolean& more) at System.Data.SqlClient.SqlDataReader.NextResult() at System.Data.ProviderBase.DataReaderContainer.NextResult() at System.Data.Common.DataAdapter.FillNextResult(DataReaderContainer dataReader) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/12/2025 07:06:34 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 07:06:34 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 07:13:41 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 08/12/2025 07:16:00 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 07:16:00 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 07:48:16 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='12/12/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00087' AND a.CenterId='N2:01:02057' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 08/12/2025 09:13:02 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 10:26:08 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 08/12/2025 10:27:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 10:27:31 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 10:29:05 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 10:29:05 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 10:29:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 10:29:55 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 10:32:53 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 10:32:53 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 10:36:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 10:36:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 10:36:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 10:36:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 10:39:12 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 10:39:12 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 10:55:13 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 10:55:13 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 11:01:23 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 11:01:23 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 11:17:21 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 11:17:21 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 11:51:37 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 11:51:37 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 12:02:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 12:02:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 12:10:51 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:01022:01:06'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/12/2025 12:10:51 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:01022:01:06'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 08/12/2025 12:11:45 PM PageName: GroupLoan_PrintGroupMemberFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_kttifbvd StackTrace: at GroupLoan_PrintGroupMemberFullDetailHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 08/12/2025 12:15:22 PM PageName: GroupLoan_PrintRDLCPage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanSanctionLetter() TargetSite: Void GroupLoanSanctionLetter() Time: 08/12/2025 01:37:44 PM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:01027:01:03'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/12/2025 01:37:44 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='N2:01:01027:01:03'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 08/12/2025 01:37:48 PM PageName: GroupLoan_PrintGroupMemberFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_kttifbvd StackTrace: at GroupLoan_PrintGroupMemberFullDetailHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 08/12/2025 01:38:11 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:01027:01:03:12:02' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/12/2025 01:38:11 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:01027:01:03:12:02' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 08/12/2025 01:38:19 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:01027:01:03:12:02' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/12/2025 01:38:19 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:01027:01:03:12:02' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 08/12/2025 01:39:14 PM PageName: GroupLoan_PrintGroupMemberFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_kttifbvd StackTrace: at GroupLoan_PrintGroupMemberFullDetailHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 08/12/2025 01:53:28 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 01:53:28 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanRepaymentMultiple.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 02:08:47 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.FillEmployee() TargetSite: Void FillEmployee() Time: 08/12/2025 02:08:47 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.FillCenter() TargetSite: Void FillCenter() Time: 08/12/2025 02:56:02 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 08/12/2025 02:56:02 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 08/12/2025 02:56:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 08/12/2025 03:29:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 03:29:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 03:59:18 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 03:59:18 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 03:59:46 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 03:59:46 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 04:01:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 04:01:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 04:01:32 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 04:01:32 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 04:17:36 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 04:17:36 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 04:24:18 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_BranchClosingBalanceSummary.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 04:24:18 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_BranchClosingBalanceSummary.ExportToExcel(DataTable DT, String fileName) at GroupLoan_BranchClosingBalanceSummary.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 04:44:31 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_BranchClosingBalanceSummary.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 04:44:31 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_BranchClosingBalanceSummary.ExportToExcel(DataTable DT, String fileName) at GroupLoan_BranchClosingBalanceSummary.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 04:44:50 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/12/2025 04:44:50 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 08/12/2025 04:44:50 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/12/2025 04:44:50 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 08/12/2025 04:44:50 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/12/2025 04:44:50 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 08/12/2025 04:45:36 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/12/2025 04:45:36 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 08/12/2025 04:45:36 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/12/2025 04:45:36 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 08/12/2025 04:45:36 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/12/2025 04:45:36 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 08/12/2025 04:45:58 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/12/2025 04:45:58 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 08/12/2025 04:45:58 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/12/2025 04:45:58 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 08/12/2025 04:45:58 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 08/12/2025 04:45:58 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 08/12/2025 06:49:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='107' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 08/12/2025 06:49:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='107' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 08/12/2025 06:49:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 08/12/2025 07:37:47 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 07:37:47 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 08:42:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 08:42:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/12/2025 08:52:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/12/2025 08:52:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 09:58:19 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 09:58:19 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 10:00:06 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 10:00:06 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 10:02:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 10:02:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 10:56:11 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 10:56:11 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 10:59:55 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 10:59:55 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 11:06:07 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 11:06:07 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 11:46:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 11:46:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 11:56:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 11:56:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 12:17:26 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 09/12/2025 12:32:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 12:32:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 12:33:23 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 12:33:23 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 12:33:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 12:33:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 12:35:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 12:35:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 12:48:24 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.LoanId, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.DisburseAmount, dbo.FunNumberOfCharacterFromNumber(a.LoanAmount/2000)AS LoanAmountStr, a.DisburseMode, a.DisburseHeadId, a.DisburseVoucherId, a.DisburseTransId, convert(CHAR,a.FirstEMIDate,106)AS FirstEMIDate, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, rtrim(convert(CHAR,a.DisburseEntryTime,106))+'-'+rtrim(convert(CHAR,a.DisburseEntryTime,108))AS DisburseEntryTime, a.DisburseEntryUser, a.LoanStatus, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.InterestMethod, a.LoanPurpose, a.LoanFunder, a.NomineeName, a.MemberBankName, a.BankIFSCCode, a.BankAccountNo, a.MobileNo, a.ContactNo, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDisbursementReportHTML')AS HTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanDisbursed','LoanClosed') String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursementReportBM.btnSearch_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 09/12/2025 01:26:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 01:26:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 01:38:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 01:38:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 01:50:32 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 09/12/2025 01:51:11 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00000690'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_PrintRDLCPage.GroupLoanStatement() TargetSite: Void AbortInternal() Time: 09/12/2025 01:51:11 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @LoanId VARCHAR(50); SET @LoanId='GL00000690'; DECLARE @TTable TABLE ( DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), Status VARCHAR(10), PDate DATE ); INSERT INTO @TTable ( DPNo, DNo, PNo, DDate, Prin, Intt, Total, Status, PDate ) SELECT DNo*100+PNo AS DPNo, DNo, PNo, DDate, Prin, Intt, Total, PStatus, PDate FROM GroupLoanLedger WITH(nolock) WHERE LoanId=@LoanId ORDER BY DNo, PNo; DECLARE @FTable TABLE ( SrNo INT IDENTITY(0,1), DPNo INT, DNo INT, PNo INT, DDate DATE, Prin DECIMAL(10,2), Intt DECIMAL(10,2), Total DECIMAL(10,2), DBal DECIMAL(10,2), PBal DECIMAL(10,2), Bal DECIMAL(10,2), Status VARCHAR(10), PDate DATE, Amount DECIMAL(10,2) ); INSERT INTO @FTable ( DPNo, DNo, PNo ) SELECT DNo*100+PNo AS DPNo, DNo, PNo FROM @TTable ORDER BY DNo, PNo; UPDATE a SET a.DDate=(SELECT MIN(DDate) FROM @TTable WHERE DNo=a.DNo), a.Prin=(SELECT SUM(Prin) FROM @TTable WHERE DNo=a.DNo), a.Intt=(SELECT SUM(Intt) FROM @TTable WHERE DNo=a.DNo), a.Total=(SELECT SUM(Total) FROM @TTable WHERE DNo=a.DNo) FROM @FTable a WHERE a.PNo=1; UPDATE a SET a.PDate=b.PDate, a.Amount=b.Amount FROM @FTable a INNER JOIN (SELECT PDate, MIN(DNo*100+PNo)AS DPNo, SUM(Total)AS Amount FROM @TTable WHERE Status IN ('Paid','WriteOff') GROUP BY PDate)b ON a.DPNo=b.DPNo; DELETE FROM @FTable WHERE DNo>0 AND isnull(Total,0)+isnull(Amount,0)=0 ; UPDATE a SET a.DBal=(SELECT SUM(isnull(Total,0)) FROM @FTable WHERE SrNo>a.SrNo), a.PBal=(SELECT SUM(isnull(Total,0)) FROM @FTable)-(SELECT SUM(isnull(Amount,0)) FROM @FTable WHERE SrNo<=a.SrNo) FROM @FTable a ; UPDATE a SET a.Bal=a.PBal FROM @FTable a WHERE a.DNo<=(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); UPDATE a SET a.Bal=a.DBal FROM @FTable a WHERE a.DNo>(SELECT MAX(DNo) FROM @FTable WHERE PDate!='' ); SELECT rtrim(CASE WHEN isnull(a.Total,0)>0 THEN isnull(convert(CHAR,a.DNo),'') ELSE '' END) AS C0, isnull(Convert(CHAR,a.DDate,106),'')AS C1, isnull(convert(CHAR,a.Prin),'')AS C2, isnull(convert(CHAR,a.Intt),'')AS C3, isnull(convert(CHAR,a.Total),'')AS C4, a.Bal AS C28, isnull(convert(CHAR,a.Amount),'')AS C5, isnull(Convert(CHAR,a.PDate,106),'')AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23, (SELECT SUM(Prin) FROM @FTable)AS C24, (SELECT SUM(Intt) FROM @FTable)AS C25, (SELECT SUM(Total) FROM @FTable)AS C26, (SELECT SUM(Amount) FROM @FTable)AS C27, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanStatementRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a CROSS JOIN (SELECT * FROM GroupLoanAccount WITH(nolock) WHERE LoanId=@LoanId)b WHERE isnull(a.Total,0)+isnull(a.Amount,0)>0 ORDER BY a.DPNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanStatement() at GroupLoan_PrintRDLCPage.Page_Load(Object sender, EventArgs e) TargetSite: Void GroupLoanStatement() Time: 09/12/2025 02:44:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 02:44:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 02:44:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 02:44:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 03:31:36 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 03:31:36 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 03:49:15 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 03:49:15 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 03:56:20 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 03:56:20 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 04:56:22 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 04:56:22 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 05:05:30 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 05:05:30 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 05:43:31 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 05:43:31 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 07:07:16 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 07:07:16 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanRepaymentMultiple.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 07:19:35 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 09/12/2025 07:28:40 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 07:28:40 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 08:25:41 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 08:25:41 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 08:29:12 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 08:29:12 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 09:01:53 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 09:01:53 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 09:47:50 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/12/2025 09:47:50 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/12/2025 10:01:43 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/12/2025 07:04:25 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 07:04:25 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 10:28:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 10:28:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 10:31:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 10:31:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 10:34:02 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 10:34:02 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 10:40:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 10:40:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 10:44:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 10:44:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 10:45:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 10:45:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 10:51:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 10:51:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 10:53:40 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 10:53:40 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 10:54:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 10:54:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 10:55:43 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 10/12/2025 10:55:43 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 10/12/2025 11:11:24 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 11:11:24 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 11:23:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 11:23:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 11:44:40 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 11:44:40 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 01:43:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 01:43:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 02:20:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 02:20:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 02:21:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 02:21:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 02:25:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 10/12/2025 02:25:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 10/12/2025 02:25:11 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='12/10/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/12/2025 02:29:53 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 02:29:53 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 03:16:41 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 03:16:41 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 03:56:23 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/12/2025 04:02:19 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/12/2025 04:30:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 04:30:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 04:44:45 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/12/2025 05:00:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 10/12/2025 05:00:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 10/12/2025 05:00:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/12/2025 05:11:10 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/12/2025 05:29:35 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:29:39 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:29:55 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:30:00 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:30:10 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:30:25 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:31:09 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:31:22 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:31:46 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:31:55 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:31:58 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:32:18 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:32:56 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:32:59 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:33:02 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:33:05 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:33:08 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:33:13 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:34:44 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:34:52 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__32.MoveNext() TargetSite: Void MoveNext() Time: 10/12/2025 05:41:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 05:41:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 06:19:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 10/12/2025 06:19:45 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 10/12/2025 06:19:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/12/2025 06:23:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 10/12/2025 06:23:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 10/12/2025 06:51:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 06:51:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 07:24:00 PM PageName: GroupLoan_GroupMemberUpadation String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMemberUpadation.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 07:24:00 PM PageName: GroupLoan_GroupMemberUpadation String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_zddjbtlp StackTrace: at GroupLoan_GroupMemberUpadation.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMemberUpadation.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 07:42:19 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 10/12/2025 08:29:22 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='12/11/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106015' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 10/12/2025 08:33:29 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='12/11/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00060' AND a.CenterId='106008' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 10/12/2025 08:44:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 08:44:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 09:13:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 09:13:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 09:14:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 09:14:27 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 09:16:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 09:16:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 09:21:48 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 09:21:48 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 09:32:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 09:32:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 09:37:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 09:37:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 09:43:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 09:43:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/12/2025 09:45:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/12/2025 09:45:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 07:49:51 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 07:49:51 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 10:06:16 AM PageName: GroupLoan_GroupLoanFullDetail String str: SELECT rtrim(Convert(CHAR,a.CallVerifyDate,106))AS CallVerifyDate,isnull(a.CallVerifyRemark,'N/A')AS CallVerifyRemark,isnull(a.CloseRemark, 'N/A')AS CloseRemark, isnull(a.CMLatitude, 'N/A')AS CMLatitude, isnull(a.CMLongitude, 'N/A')AS CMLongitude, isnull(a.CMMode, 'N/A')AS CMMode, rtrim(Convert(CHAR, a.DeathDate, 106))AS DeathDate, isnull(a.DisburseApproveRemark, 'N/A')AS DisburseApproveRemark,a.DisbursementDoc1, a.DisbursementDoc2, isnull(a.DisbursementRemark, 'N/A')AS DisbursementRemark, isnull(a.ExcelLoanId, 'N/A')AS ExcelLoanId,rtrim(Convert(CHAR, a.ExpectedDisburseDate, 106))AS ExpectedDisburseDate, isnull(a.FeeEntryUser, 'N/A')AS FeeEntryUser,isnull(a.Latitude, 'N/A')AS Latitude, isnull(a.LoanFormNo, 'N/A')AS LoanFormNo, isnull(a.LoanIdType, 'N/A')AS LoanIdType,isnull(a.LoanMeetingDay, 'N/A')AS LoanMeetingDay, isnull(a.Longitude, 'N/A')AS Longitude, isnull(a.NomineeAadharNo, 'N/A')AS NomineeAadharNo,isnull(a.NomineeAadharNo1, 'N/A')AS NomineeAadharNo1, isnull(a.NomineeAddress1, 'N/A')AS NomineeAddress1,isnull(a.NomineeAnnualIncome1, '0')AS NomineeAnnualIncome1, isnull(a.NomineeGender, 'N/A')AS NomineeGender,isnull(a.NomineeGender1, 'N/A')AS NomineeGender1, isnull(a.NomineeGuardian, 'N/A')AS NomineeGuardian,isnull(a.NomineeLandMark1, 'N/A')AS NomineeLandMark1, isnull(a.NomineeMobileNo, 'N/A')AS NomineeMobileNo,isnull(a.NomineeMobileNo1, 'N/A')AS NomineeMobileNo1, isnull(a.NomineeOccupation1, 'N/A')AS NomineeOccupation1, isnull(a.NomineePanNo, 'N/A')AS NomineePanNo,isnull(a.NomineePanNo1, 'N/A')AS NomineePanNo1, isnull(a.NomineeRelation1, 'N/A')AS NomineeRelation1, isnull(a.NomineeVoterId, 'N/A')AS NomineeVoterId,isnull(a.PayableType, 'N/A')AS PayableType, rtrim(Convert(CHAR, a.ReturnDate, 106))AS ReturnDate, isnull(a.ProductDetail, 'N/A')AS ProductDetail,isnull(a.ReturnHeadId, 'N/A')AS ReturnHeadId, isnull(a.ReturnMode, 'N/A')AS ReturnMode, isnull(a.ReturnTransId, 'N/A')AS ReturnTransId,isnull(a.NomineeGuardian1, 'N/A')AS NomineeGuardian1, isnull(a.NomineeName1, 'N/A')AS NomineeName1, isnull(a.ReturnVoucherId, 'N/A')AS ReturnVoucherId,isnull(a.SettlementType, 'N/A')AS SettlementType, isnull(a.CloseRD, '0')AS CloseRD, isnull(a.CMPenalty, '0')AS CMPenalty, isnull(a.InsuranceGST, '0')AS InsuranceGST,isnull(a.InterestRate, '0')AS InterestRate, isnull(a.OtherAmount, '0')AS OtherAmount, isnull(a.OtherGST, '0')AS OtherGST, isnull(a.PayableAmount, '0')AS PayableAmount,isnull(a.PenaltyBalance, '0')AS PenaltyBalance, isnull(a.PenaltyDiscount, '0')AS PenaltyDiscount, isnull(a.ProcessingGST, '0')AS ProcessingGST,isnull(a.ReturnAddAmount, '0')AS ReturnAddAmount, isnull(a.ReturnDeductAmount, '0')AS ReturnDeductAmount, isnull(a.ReturnPaidAmount, '0')AS ReturnPaidAmount,isnull(a.ReturnTotalAmount, '0')AS ReturnTotalAmount, CASE WHEN a.NomineeDOB1 IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR, a.NomineeDOB1, 106)) END + ' (' + CASE WHEN a.NomineeAge1 IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR, a.NomineeAge1)) END + ')' AS NomineeDOBAge1,CASE WHEN a.DisburseApproveUser IS NULL THEN 'NA' ELSE a.DisburseApproveUser + ' on ' + rtrim(Convert(CHAR, a.DisburseApproveTime, 106)) + ' ' + rtrim(Convert(CHAR, a.DisburseApproveTime, 108)) END AS DisburseApproveTime, CASE WHEN a.ReturnUser IS NULL THEN 'NA' ELSE a.ReturnUser + ' on ' + rtrim(Convert(CHAR, a.ReturnTime, 106)) + ' ' + rtrim(Convert(CHAR, a.ReturnTime, 108)) END AS ReturnTime, CASE WHEN a.CallVerifyUser IS NULL THEN 'NA' ELSE a.CallVerifyUser + ' on ' + rtrim(Convert(CHAR, a.CallVerifyTime, 106)) + ' ' + rtrim(Convert(CHAR, a.CallVerifyTime, 108)) END AS CallVerifyTime, CASE WHEN a.LoanNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanNo) END AS LoanNo, isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS BranchName, a.LoanOfficerId, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS LoanOfficerName, a.CenterId, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS CenterName, isnull(a.GroupName,'N/A')AS GroupName, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberName,'N/A')AS MemberName, isnull(a.MobileNo,'N/A')AS MobileNo, isnull(a.ContactNo,'N/A')AS ContactNo, CASE WHEN a.MemberBankName IS NULL THEN 'N/A' ELSE a.MemberBankName END +' ('+CASE WHEN a.MemberBankId IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.MemberBankId)) END +')' AS MemberBankName, isnull(a.BankAccountType,'N/A')AS BankAccountType, isnull(a.BankAccountNo,'N/A')AS BankAccountNo, isnull(a.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(a.BankBranchName,'N/A')AS BankBranchName, isnull((SELECT TOP 1 AccountName FROM BankAccountVerification WITH(nolock) WHERE AccountNo=a.BankAccountNo AND IFSCCode=a.BankIFSCCode ORDER BY EntryTime DESC),'Bank Account Not Verified')AS BankVerifiedName, isnull(a.NomineeName,'N/A')AS NomineeName, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS NomineeDOBAge, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(a.NomineeAddress,'N/A')AS NomineeAddress, isnull(a.LoanId,'N/A')AS LoanId, a.LoanIdType, isnull(a.LoanStatus,'N/A')AS LoanStatus, isnull(a.LoanFormNo,'N/A')AS LoanFormNo, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanCycle) END AS LoanCycle,isnull(a.GLoanType,'N/A')AS GLoanType, isnull(a.GLoanTypeName,'N/A')AS GLoanTypeName, isnull(a.GLoanTypeNo,'N/A')AS GLoanTypeNo, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS LoanTerm, isnull(a.InterestMethod,'N/A')AS InterestMethod,a.InterestRate, isnull(a.ApplicationId,'N/A')AS ApplicationId, CASE WHEN a.ApplicationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationDate,106) END AS ApplicationDate, CASE WHEN a.ApplicationAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApplicationAmount) END AS ApplicationAmount, CASE WHEN a.ApplicationEntryUser IS NULL THEN 'NA' ELSE a.ApplicationEntryUser+' on '+rtrim(Convert(CHAR,a.ApplicationEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApplicationEntryTime,108)) END AS ApplicationEntryTime,isnull(a.ApplicationRemark,'N/A')AS ApplicationRemark, a.ApplicationDoc1, a.ApplicationDoc2, isnull(a.SanctionId,'N/A')AS SanctionId, CASE WHEN a.ApprovalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalAmount) END AS ApprovalAmount, CASE WHEN a.ApprovalDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ApprovalDate,106) END AS ApprovalDate, CASE WHEN a.FirstEMIDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FirstEMIDate,106) END AS FirstEMIDate,isnull(a.SanctionRemark,'N/A')AS SanctionRemark, a.SanctionDoc1, a.SanctionDoc2, CASE WHEN a.ApprovalEntryUser IS NULL THEN 'NA' ELSE a.ApprovalEntryUser+' on '+rtrim(Convert(CHAR,a.ApprovalEntryTime,106))+' '+rtrim(Convert(CHAR,a.ApprovalEntryTime,108)) END AS ApprovalEntryTime, CASE WHEN a.ProcessingFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ProcessingFee) END AS ProcessingFee, CASE WHEN a.SecurityFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.SecurityFee) END AS SecurityFee, CASE WHEN a.InsuranceFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.InsuranceFee) END AS InsuranceFee, CASE WHEN a.OtherFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.OtherFee) END AS OtherFee, CASE WHEN a.ServiceTax IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ServiceTax) END AS ServiceTax, CASE WHEN a.TotalFee IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalFee) END AS TotalFee, isnull(a.FeePayMode,'N/A')AS FeePayMode, CASE WHEN a.FeePayHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeePayHeadId) END AS FeePayHeadId, CASE WHEN a.FeeVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeVoucherId) END AS FeeVoucherId, isnull(a.FeePayTransId,'N/A')AS FeePayTransId, isnull(a.FeePayStatus,'N/A')AS FeePayStatus, CASE WHEN a.FeeDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FeeDate,106) END AS FeeDate, CASE WHEN a.FeeEntryUser IS NULL THEN 'NA' ELSE a.FeeEntryUser+' on '+rtrim(Convert(CHAR,a.FeeEntryTime,106))+' '+rtrim(Convert(CHAR,a.FeeEntryTime,108)) END AS FeeEntryTime, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.LoanAmount) END AS LoanAmount, CASE WHEN a.DownPayment IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DownPayment) END AS DownPayment, CASE WHEN a.RDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.RDAmount) END AS RDAmount, CASE WHEN a.FDAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.FDAmount) END AS FDAmount, CASE WHEN a.TotalAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalAmount) END AS TotalAmount,isnull(a.FirstEMIPaid,'N/A')AS FirstEMIPaid, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.TotalInterest) END AS TotalInterest, CASE WHEN a.DisburseAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseAmount) END AS DisburseAmount, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIAmount) END AS EMIAmount, isnull(a.LoanPurpose,'N/A')AS LoanPurpose, isnull(a.LoanFunder,'N/A')AS LoanFunder, isnull(a.DisburseMode,'N/A')AS DisburseMode, CASE WHEN a.DisburseHeadId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseHeadId) END AS DisburseHeadId, CASE WHEN a.DisburseVoucherId IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseVoucherId) END AS DisburseVoucherId, isnull(a.DisburseTransId,'N/A')AS DisburseTransId, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.DisburseDate,106) END AS DisburseDate, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ExpiryDate,106) END AS ExpiryDate, CASE WHEN a.DisburseEntryUser IS NULL THEN 'NA' ELSE a.DisburseEntryUser+' on '+rtrim(Convert(CHAR,a.DisburseEntryTime,106))+' '+rtrim(Convert(CHAR,a.DisburseEntryTime,108)) END AS DisburseEntryTime, CASE WHEN a.UtilizationDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.UtilizationDate,106) END AS UtilizationDate, isnull(a.UtilizationRemark,'N/A')AS UtilizationRemark, CASE WHEN a.UtilizationEntryUser IS NULL THEN 'NA' ELSE a.UtilizationEntryUser+' on '+rtrim(Convert(CHAR,a.UtilizationEntryTime,106))+' '+rtrim(Convert(CHAR,a.UtilizationEntryTime,108)) END AS UtilizationEntryTime, CASE WHEN a.CMDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMDate,106) END AS CMDate, CASE WHEN a.CMEMI IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMEMI) END AS CMEMI, CASE WHEN a.CMFine IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMFine) END AS CMFine, CASE WHEN a.CMSaving IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMSaving) END AS CMSaving, CASE WHEN a.CMOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CMOther) END AS CMOther, CASE WHEN a.CMEntryUser IS NULL THEN 'NA' ELSE a.CMEntryUser+' on '+rtrim(Convert(CHAR,a.CMEntryTime,106))+' '+rtrim(Convert(CHAR,a.CMEntryTime,108)) END AS CMEntryTime, CASE WHEN a.InsEntryUser IS NULL THEN 'NA' ELSE a.InsEntryUser + ' on ' + rtrim(Convert(CHAR, a.InsEntryTime, 106)) + ' ' + rtrim(Convert(CHAR, a.InsEntryTime, 108)) END AS InsEntryTime,isnull(a.InsCompanyName,'N/A')as InsCompanyName,CASE WHEN a.InsFeeId IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsFeeId) END AS InsFeeId, CASE WHEN a.InsAmount IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAmount) END AS InsAmount, CASE WHEN a.InsAddDate IS NULL THEN 'N/A' ELSE Convert(CHAR, a.InsAddDate, 106) END AS InsAddDate, CASE WHEN a.CloseDate IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseDate,106) END AS CloseDate, isnull(a.CloseVoucherId,'N/A')AS CloseVoucherId, isnull(a.CloseMode,'N/A')AS CloseMode, CASE WHEN a.ClosePrincipal IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePrincipal) END AS ClosePrincipal, CASE WHEN a.CloseInterest IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseInterest) END AS CloseInterest, CASE WHEN a.CloseOther IS NULL THEN 'N/A' ELSE Convert(CHAR,a.CloseOther) END AS CloseOther,CASE WHEN a.ClosePenalty IS NULL THEN 'N/A' ELSE Convert(CHAR,a.ClosePenalty) END AS ClosePenalty, isnull(a.LoanDocumentNo,'N/A')AS LoanDocumentNo, CASE WHEN a.EMIPrintNo IS NULL THEN 'N/A' ELSE Convert(CHAR,a.EMIPrintNo) END AS EMIPrintNo, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanFullDetailHTML')AS LoanFullDetailHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanCardFrontLandScapeHTML')AS LoanCardFrontHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanCardBackPotraitHTML')AS LoanCardBackHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanStatementHTML')AS LoanStatementHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDemandNoticeHTML')AS LoanDemandNoticeHTMLReportPageName, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanNOCCertificateHTML')AS LoanNOCCertificateHTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanId='SGL0002342' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_yio53nsm StackTrace: at GroupLoan_GroupLoanFullDetail.FillLoanDetail() TargetSite: Void FillLoanDetail() Time: 11/12/2025 10:08:10 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 10:08:10 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 10:32:33 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 10:32:33 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 10:56:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 10:56:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 11:21:10 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='12/11/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00092' AND a.CenterId='N2:01:01066' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 11/12/2025 11:21:24 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='12/11/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00092' AND a.CenterId='N2:01:01066' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 11/12/2025 11:21:37 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 11:21:37 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 11:26:14 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/12/2025 11:31:43 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 11:31:43 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 12:31:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 11/12/2025 12:31:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 11/12/2025 02:29:21 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/12/2025 02:29:21 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 11/12/2025 02:29:21 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/12/2025 02:29:21 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 11/12/2025 02:29:21 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/12/2025 02:29:21 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 11/12/2025 02:29:26 PM PageName: DataTableResult String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'FinYear'. Invalid column name 'Title'. Invalid column name 'Caption'. Invalid column name 'MobileNo'. Invalid column name 'DOB'. Invalid column name 'Gender'. Invalid column name 'Religion'. Invalid column name 'Marital'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/12/2025 02:29:26 PM PageName: UserMasterSetting_DashBoardForAccount String str: SELECT Top 10 EmployeeName, a.DepartmentName, a.DesignationName, a.EmployeeType, Convert(CHAR,a.EmpJoinDate,106)AS EmpJoinDate, a.RegStatus, a.FinYear, a.EmployeeId, a.Title, a.EmployeeName, a.Caption, a.GuardianName, a.MobileNo, a.AadharNo, Convert(CHAR,a.DOB,106)AS DOB, a.Gender, a.Religion, a.Marital FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1 String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillData() TargetSite: Void FillData() Time: 11/12/2025 02:29:26 PM PageName: DataTableResult String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/12/2025 02:29:26 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillChart() TargetSite: Void FillChart() Time: 11/12/2025 02:29:26 PM PageName: DataTableResult String str: select StudentName,TotalMarks from Students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'Students'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 11/12/2025 02:29:26 PM PageName: UserMasterSetting_DashBoardForAccount String str: select StudentName,TotalMarks from students String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at UserMasterSetting_DashBoardForAccount.FillPieChart() TargetSite: Void FillPieChart() Time: 11/12/2025 02:52:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 02:52:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 02:54:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 02:54:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 02:59:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 02:59:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 03:04:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 03:04:58 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 03:09:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 03:09:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 03:11:40 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 03:11:40 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 03:15:44 PM PageName: Employee_EmployeeRegistrationApproval String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at Employee_EmployeeRegistrationApproval.Page_Load(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/12/2025 03:22:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 03:22:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 03:22:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 03:22:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 03:22:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 03:22:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 03:24:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 03:24:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 03:26:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 03:26:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 03:31:30 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 03:31:30 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 03:38:40 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 03:38:40 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 04:53:02 PM PageName: Employee_EmployeeRegistrationApproval String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at Employee_EmployeeRegistrationApproval.Page_Load(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/12/2025 05:25:53 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 05:25:53 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 05:36:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 05:36:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 06:11:07 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 06:11:07 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 06:24:39 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 11/12/2025 06:35:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 06:35:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 07:19:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 07:19:01 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 07:20:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 07:20:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 08:55:23 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 08:55:23 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 09:00:03 PM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 09:00:57 PM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 09:03:28 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 11/12/2025 09:09:49 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 11/12/2025 09:10:11 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 11/12/2025 09:10:55 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 11/12/2025 09:11:08 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 11/12/2025 10:38:45 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 11/12/2025 10:38:45 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/12/2025 11:06:52 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/12/2025 08:54:10 AM PageName: GroupLoan_GroupLoanRepaymentSingle String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentSingle.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 10:40:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 10:40:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 10:42:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 10:42:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 10:44:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 10:44:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 10:44:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 10:44:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 10:46:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 10:46:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 10:47:06 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 10:47:06 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 10:51:37 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 10:51:37 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 10:52:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 10:52:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 10:52:43 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 10:52:43 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 10:56:15 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 10:56:15 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 11:30:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 11:30:08 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 11:40:22 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 12/12/2025 11:41:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 11:41:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 02:06:36 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00000800' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 12/12/2025 02:06:48 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000800' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/12/2025 02:06:48 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00000800' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 12/12/2025 02:44:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 02:44:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 03:29:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 03:29:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 04:26:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 04:26:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 05:09:47 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/12/2025 05:13:58 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/12/2025 05:45:36 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/12/2025 05:46:29 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/12/2025 05:53:48 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/12/2025 05:57:56 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 05:57:56 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 05:59:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 05:59:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 05:59:59 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/12/2025 06:09:23 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 12/12/2025 09:07:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 09:07:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 09:14:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/12/2025 09:14:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/12/2025 11:54:36 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Value was either too large or too small for an Int32. Source: mscorlib StackTrace: at System.Convert.ToInt32(Double value) at GroupLoan_GroupLoanApplicationVerification.txtLoanAmount_SelectedIndexChanged(Object sender, EventArgs e) TargetSite: Int32 ToInt32(Double) Time: 13/12/2025 10:45:30 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 10:45:30 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/12/2025 10:45:43 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 10:45:43 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/12/2025 10:51:27 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 10:51:27 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/12/2025 10:52:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 10:52:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/12/2025 10:58:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 10:58:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/12/2025 11:22:02 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/12/2025 11:22:09 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 11:22:09 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/12/2025 11:47:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 11:47:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/12/2025 12:18:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 12:18:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/12/2025 12:30:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 12:30:33 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/12/2025 12:51:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 12:51:07 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/12/2025 01:35:21 PM PageName: GroupLoan_GroupMeetingShifting String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupMeetingShifting.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 01:35:21 PM PageName: GroupLoan_GroupMeetingShifting String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_vujra0sl StackTrace: at GroupLoan_GroupMeetingShifting.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupMeetingShifting.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/12/2025 01:52:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 01:52:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/12/2025 01:55:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 01:55:04 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/12/2025 02:16:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 02:16:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/12/2025 03:05:36 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 03:05:36 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/12/2025 03:05:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 03:05:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/12/2025 03:13:41 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/12/2025 03:13:41 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/12/2025 09:28:49 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='SGL0002711' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/12/2025 09:28:53 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='SGL0002711' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/12/2025 09:29:01 AM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 14/12/2025 01:42:20 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_m14vc1xh StackTrace: at GroupLoan_GroupLoanDisbursement.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/12/2025 06:41:14 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='SGL0002710' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/12/2025 06:41:14 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='SGL0002710' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 14/12/2025 10:50:46 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/12/2025 08:49:00 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 15/12/2025 08:49:00 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 15/12/2025 08:49:07 AM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='12/17/2025 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 15/12/2025 10:28:32 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 10:28:32 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 10:34:06 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 10:34:06 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 10:35:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 10:35:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 10:35:25 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 10:35:25 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 10:47:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 10:47:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 10:49:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 10:49:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 11:07:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 11:07:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 11:08:56 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 11:08:56 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 11:18:24 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 11:18:24 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 11:18:59 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 11:18:59 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 12:07:52 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 12:07:52 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 12:07:53 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 12:07:53 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 12:29:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 12:29:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 12:59:40 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 12:59:40 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 01:07:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 01:07:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 02:34:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 02:34:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 03:23:09 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 15/12/2025 03:23:09 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 15/12/2025 05:30:44 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 05:30:44 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 05:31:13 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 05:31:13 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 06:19:30 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 06:19:30 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 06:37:18 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 15/12/2025 06:42:56 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 15/12/2025 06:42:56 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 15/12/2025 07:00:21 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnSearch_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 15/12/2025 08:28:03 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='12/16/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00094' AND a.CenterId='N2:01:04047' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 15/12/2025 08:28:54 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='12/16/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='104' AND a.CenterOfficerId='EMP00101' AND a.CenterId='N2:01:04038' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 15/12/2025 08:30:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 08:30:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 08:43:44 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 08:43:44 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 08:51:10 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 08:51:10 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 08:51:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 08:51:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/12/2025 08:51:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/12/2025 08:51:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 01:08:56 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnSearch_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 16/12/2025 06:58:04 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 06:58:04 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 07:02:43 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 07:02:43 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 10:53:53 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 10:53:53 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 10:56:40 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 10:56:40 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 11:02:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 11:02:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 11:06:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 11:06:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 11:10:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 11:10:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 11:10:44 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 11:10:44 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 11:15:56 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 11:15:56 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 11:16:13 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 11:16:13 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 11:17:26 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 11:17:26 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 11:25:42 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 11:25:42 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 11:43:16 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 16/12/2025 11:43:16 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 16/12/2025 11:43:21 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 16/12/2025 11:48:06 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 11:48:06 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 11:57:05 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 11:57:05 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 12:07:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 12:07:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 12:13:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 12:13:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 12:13:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 12:13:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 02:09:02 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 02:09:02 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 03:00:46 PM PageName: DataSetResult String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='12/16/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='12/16/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'Gender'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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, String srcTable) at ClassMaster.DataSetResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 16/12/2025 03:00:46 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT Count(1)EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE 1=1; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='Male'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE Gender='FeMale'; SELECT Count(1) EmployeeId FROM EmployeeRegistrationDetail a WITH(nolock) WHERE LoginStatus='Active'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='12/16/2025 12:00:00 AM' AND Status='Approved'; SELECT Count(1) EmployeeId FROM F2526EmployeeAttendanceDetail a WITH(nolock) WHERE AttDate='12/16/2025 12:00:00 AM'; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.DisplayRecordCount() TargetSite: Void DisplayRecordCount() Time: 16/12/2025 03:00:46 PM PageName: DataTableResult String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='12/16/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid object name 'F2526EmployeeAttendanceDetail'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 16/12/2025 03:00:46 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT sd.EmployeeId, sd.EmployeeName, sd.DesignationName, sa.AttStatus AS Attendance, sa.Status FROM EmployeeRegistrationDetail sd WITH(nolock) LEFT JOIN ( SELECT EmployeeId, AttStatus, Status FROM F2526EmployeeAttendanceDetail WITH(nolock) WHERE AttDate='12/16/2025 12:00:00 AM')sa ON sd.EmployeeId=sa.EmployeeId WHERE 1=1 ORDER By sd.EmployeeId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at UserMasterSetting_DashBoardHR.FillAttendence() TargetSite: Void FillAttendence() Time: 16/12/2025 03:00:46 PM PageName: UserMasterSetting_DashBoardHR String str: SELECT TOP 5 EmployeeId, EmployeeName, GuardianName, BranchName, EmployeeMobileNo, Convert(CHAR,EmpJoinDate,106)AS EmpJoinDated FROM EmployeeRegistrationDetail WITH(nolock) WHERE 1=1 ORDER By EmpJoinDate DESC ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: A field or property with the name 'MobileNo' was not found on the selected data source. Source: System.Web StackTrace: at System.Web.UI.WebControls.BoundField.TryGetSimplePropertyValue(Object dataItem, Object& data) at System.Web.UI.WebControls.BoundField.GetValue(Control controlContainer) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at System.Web.UI.WebControls.DataBoundControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at System.Web.UI.WebControls.GridView.DataBind() at UserMasterSetting_DashBoardHR.FillEmployee() TargetSite: Boolean TryGetSimplePropertyValue(System.Object, System.Object ByRef) Time: 16/12/2025 03:15:35 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanSettlement.FillEmployee() TargetSite: Void FillEmployee() Time: 16/12/2025 03:15:35 PM PageName: GroupLoan_GroupLoanSettlement String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanSettlement.FillCenter() TargetSite: Void FillCenter() Time: 16/12/2025 03:46:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 03:46:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 03:47:15 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 03:47:15 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 04:59:03 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__0.MoveNext() TargetSite: Void MoveNext() Time: 16/12/2025 04:59:07 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__0.MoveNext() TargetSite: Void MoveNext() Time: 16/12/2025 04:59:17 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_nm4e4ymx StackTrace: at GroupLoan_GroupMemberRegistrationVerificationNew.d__0.MoveNext() TargetSite: Void MoveNext() Time: 16/12/2025 05:19:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 05:19:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 07:29:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 07:29:41 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 07:29:47 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 07:29:47 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 07:57:51 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 16/12/2025 08:22:25 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 08:22:25 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 08:56:56 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 16/12/2025 09:12:39 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 09:12:39 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 16/12/2025 09:46:21 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 16/12/2025 09:46:21 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 10:21:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 10:21:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 10:24:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 10:24:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 10:26:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 10:26:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 10:27:57 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 10:27:57 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 10:29:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 10:29:30 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 10:31:52 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 10:31:52 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 10:33:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 10:33:36 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 10:35:26 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 10:35:26 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 10:36:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 10:36:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 10:40:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 10:40:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 11:03:34 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 11:03:34 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 11:23:09 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 11:23:09 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 12:13:35 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 17/12/2025 12:18:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 12:18:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 12:21:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 12:21:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 12:30:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 12:30:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 12:47:32 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 12:47:32 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 12:49:02 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 12:49:02 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 01:12:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 01:12:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 01:19:27 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 01:19:27 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 03:27:28 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 03:27:28 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 04:18:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 04:18:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 05:09:58 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 05:09:58 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 05:18:30 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 05:23:30 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 05:23:30 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 05:26:21 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 17/12/2025 06:13:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 06:13:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 07:25:37 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 17/12/2025 07:36:53 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 17/12/2025 08:13:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 08:13:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 08:21:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 08:21:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 17/12/2025 08:46:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 17/12/2025 08:46:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 07:03:52 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 07:03:52 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 10:33:06 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 10:33:06 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 10:41:25 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 10:41:25 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 10:42:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 10:42:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 10:45:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 10:45:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 10:49:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 10:49:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 10:49:03 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 10:49:03 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 10:50:44 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 10:50:44 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 10:53:06 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 10:53:06 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 10:55:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 10:55:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 11:02:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 11:02:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 11:10:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 11:10:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 11:21:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 11:21:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 11:28:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 11:28:21 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 11:28:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 11:28:28 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 12:25:47 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 12:25:47 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 01:00:14 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 01:00:14 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 01:29:12 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 01:29:12 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 02:31:28 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 18/12/2025 02:40:01 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='12/18/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='101' AND ld.LoanOfficerId='EMP00102' AND ld.CenterId='N2:01:01067' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 18/12/2025 02:40:01 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='12/18/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='101' AND ld.LoanOfficerId='EMP00102' AND ld.CenterId='N2:01:01067' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 18/12/2025 02:40:01 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='12/18/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='101' AND ld.LoanOfficerId='EMP00102' AND ld.CenterId='N2:01:01067' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 18/12/2025 02:40:01 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='12/18/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='101' AND ld.LoanOfficerId='EMP00102' AND ld.CenterId='N2:01:01067' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 18/12/2025 02:40:01 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='12/18/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='101' AND ld.LoanOfficerId='EMP00102' AND ld.CenterId='N2:01:01067' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 18/12/2025 02:40:01 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='12/18/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='101' AND ld.LoanOfficerId='EMP00102' AND ld.CenterId='N2:01:01067' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 18/12/2025 02:40:01 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='12/18/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='101' AND ld.LoanOfficerId='EMP00102' AND ld.CenterId='N2:01:01067' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 18/12/2025 02:40:01 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='12/18/2025 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='101' AND ld.LoanOfficerId='EMP00102' AND ld.CenterId='N2:01:01067' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 18/12/2025 03:07:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 18/12/2025 03:07:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 18/12/2025 03:07:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 18/12/2025 03:07:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 18/12/2025 03:07:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/12/2025 03:23:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 03:23:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 03:39:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 03:39:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 05:15:40 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 05:15:40 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 05:36:56 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 05:36:56 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 05:43:51 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 18/12/2025 05:43:55 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 18/12/2025 05:45:32 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 18/12/2025 07:52:05 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 18/12/2025 08:08:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 08:08:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 08:40:26 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 18/12/2025 09:18:05 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 09:18:05 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 09:29:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 18/12/2025 09:29:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 18/12/2025 09:29:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/12/2025 09:29:30 PM PageName: GroupLoan_GroupLoanDemandReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.FillEmployee() TargetSite: Void FillEmployee() Time: 18/12/2025 09:29:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 18/12/2025 10:05:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 10:05:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 10:18:51 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 18/12/2025 10:18:51 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 18/12/2025 10:56:22 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/12/2025 10:19:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 10:19:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 10:23:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 10:23:09 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 10:27:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 10:27:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 10:27:15 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 10:27:15 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 10:29:42 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/12/2025 10:31:40 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 10:31:40 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 10:34:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 10:34:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 10:50:06 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 10:50:06 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 10:50:34 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 10:50:34 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 10:51:33 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void btnExport_Click(System.Object, System.EventArgs) Time: 19/12/2025 11:23:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 11:23:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 11:30:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 11:30:58 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 11:31:37 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/12/2025 11:37:43 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 11:37:43 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 11:40:48 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 19/12/2025 11:43:14 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 11:43:14 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 12:26:00 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 12:26:00 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 01:39:18 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 01:39:18 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 01:41:25 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 01:41:25 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 03:01:01 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 03:01:01 PM PageName: GroupLoan_GroupLoanStaffPerformanceReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_drn30ake StackTrace: at GroupLoan_GroupLoanStaffPerformanceReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 03:09:04 PM PageName: DataTableResult String str: DECLARE @TDate DATE; SET @TDate='12/19/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate='01/01/25' AND isnull(c.NoOfDay,0)<='19/12/25' AND a.BranchId='103' AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value '01/01/25' to data type int. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.Read() at System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 19/12/2025 03:09:04 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: DECLARE @TDate DATE; SET @TDate='12/19/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate='01/01/25' AND isnull(c.NoOfDay,0)<='19/12/25' AND a.BranchId='103' AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 19/12/2025 03:09:25 PM PageName: DataTableResult String str: DECLARE @TDate DATE; SET @TDate='1/1/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate='01/01/25' AND isnull(c.NoOfDay,0)<='19/12/25' AND a.BranchId='103' AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value '01/01/25' to data type int. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.Read() at System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 19/12/2025 03:09:25 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: DECLARE @TDate DATE; SET @TDate='1/1/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate='01/01/25' AND isnull(c.NoOfDay,0)<='19/12/25' AND a.BranchId='103' AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 19/12/2025 03:10:45 PM PageName: DataTableResult String str: DECLARE @TDate DATE; SET @TDate='1/1/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate='01/01/25' AND isnull(c.NoOfDay,0)<='19/12/25' AND a.BranchId='103' AND a.LoanOfficerId='EMP00080' AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value '01/01/25' to data type int. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.Read() at System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 19/12/2025 03:10:45 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: DECLARE @TDate DATE; SET @TDate='1/1/2025 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate='01/01/25' AND isnull(c.NoOfDay,0)<='19/12/25' AND a.BranchId='103' AND a.LoanOfficerId='EMP00080' AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 19/12/2025 03:14:43 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 03:14:43 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanRepaymentMultiple.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 03:21:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 03:21:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 03:22:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 03:22:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 03:27:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 03:27:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 03:27:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 03:27:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 03:33:58 PM PageName: GroupLoan_GroupLoanCenterMeeting String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5obhxy1 StackTrace: at GroupLoan_GroupLoanCenterMeeting.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 06:14:42 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 06:14:42 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 07:49:52 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 07:49:52 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 08:28:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 08:28:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 08:46:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 08:46:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 19/12/2025 08:52:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 19/12/2025 08:52:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/12/2025 09:27:31 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 20/12/2025 09:27:31 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 20/12/2025 10:30:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/12/2025 10:30:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/12/2025 10:36:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/12/2025 10:36:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/12/2025 10:36:15 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/12/2025 10:36:15 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/12/2025 10:39:50 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='12/25/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00087' AND a.CenterId='N2:01:02029' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 20/12/2025 10:43:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/12/2025 10:43:50 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/12/2025 10:45:34 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='12/25/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00087' AND a.CenterId='N2:01:02029' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 20/12/2025 10:49:19 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/12/2025 10:49:19 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/12/2025 11:16:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/12/2025 11:16:15 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/12/2025 12:03:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/12/2025 12:03:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/12/2025 12:09:43 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/12/2025 12:09:43 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/12/2025 12:54:08 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='N2:01:05029:01:16:02:01' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 20/12/2025 12:54:17 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05029:01:16:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 20/12/2025 12:54:17 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='N2:01:05029:01:16:02:01' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 20/12/2025 12:54:22 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05029:01:16:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 20/12/2025 12:54:22 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='N2:01:05029:01:16:02:01' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 20/12/2025 01:05:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/12/2025 01:05:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/12/2025 01:06:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 20/12/2025 01:06:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 20/12/2025 01:47:40 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/12/2025 01:47:40 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/12/2025 01:54:49 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/12/2025 01:56:10 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/12/2025 02:05:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/12/2025 02:05:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/12/2025 02:17:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/12/2025 02:17:54 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/12/2025 02:51:14 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_BranchClosingBalanceSummary.grdBranch_Sorting(Object sender, GridViewSortEventArgs e) TargetSite: Void grdBranch_Sorting(System.Object, System.Web.UI.WebControls.GridViewSortEventArgs) Time: 20/12/2025 04:45:31 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 20/12/2025 04:45:31 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 20/12/2025 04:45:31 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 20/12/2025 04:45:33 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 20/12/2025 04:45:33 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 20/12/2025 04:45:33 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 20/12/2025 05:24:43 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/12/2025 05:40:04 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/12/2025 05:54:07 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/12/2025 05:54:07 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/12/2025 06:13:24 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 20/12/2025 06:13:24 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 20/12/2025 08:42:11 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/12/2025 09:44:31 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 20/12/2025 11:19:44 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 21/12/2025 04:49:02 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/12/2025 04:49:02 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/12/2025 05:38:23 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/12/2025 05:38:23 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/12/2025 07:46:51 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 21/12/2025 09:43:40 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/12/2025 09:43:40 PM PageName: GroupLoan_GroupLoanOutstandingReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_u2fdnz13 StackTrace: at GroupLoan_GroupLoanOutstandingReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanOutstandingReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/12/2025 10:07:29 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 21/12/2025 10:07:29 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearOrODReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 21/12/2025 10:28:56 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/12/2025 07:10:30 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 07:10:52 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 07:12:14 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 07:12:14 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 10:23:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 10:23:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 10:25:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 10:25:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 10:28:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 10:28:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 10:38:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 10:38:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 10:38:38 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 10:38:38 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 10:47:57 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 10:47:57 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 10:48:00 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 10:48:00 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 10:56:17 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 10:56:17 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 10:56:21 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 10:56:21 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 11:15:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 11:15:20 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 11:22:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 11:22:11 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 11:45:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 11:45:38 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 12:19:14 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 12:19:14 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 03:53:59 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/12/2025 04:05:00 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/12/2025 04:06:33 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/12/2025 04:07:17 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 22/12/2025 04:10:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 04:10:20 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 05:03:13 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 22/12/2025 05:17:48 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 22/12/2025 05:17:48 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 22/12/2025 05:17:51 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 22/12/2025 05:20:56 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 05:20:56 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 06:17:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 22/12/2025 06:17:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 22/12/2025 06:17:37 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 22/12/2025 06:18:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 22/12/2025 06:32:26 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 22/12/2025 06:32:38 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 22/12/2025 06:33:07 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 22/12/2025 06:33:30 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 22/12/2025 07:29:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 07:29:01 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 07:44:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 07:44:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 08:08:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 08:08:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 08:10:20 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 08:10:20 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 08:16:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 08:16:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 08:31:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 22/12/2025 08:31:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 22/12/2025 08:57:46 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 23/12/2025 10:34:36 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 10:34:36 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 10:40:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 10:40:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 10:42:33 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 10:42:33 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 10:43:29 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 10:43:29 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 10:45:44 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 10:45:44 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 10:48:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 10:48:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 10:48:42 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 10:48:42 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 10:57:21 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 10:57:21 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 10:58:30 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 23/12/2025 11:35:39 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 11:35:39 AM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 11:38:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 11:38:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 12:00:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 12:00:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 12:06:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 12:06:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 12:08:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 12:08:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 12:39:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 12:39:45 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 02:55:40 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 02:55:40 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 03:14:12 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_BranchClosingBalanceSummary.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 03:14:12 PM PageName: GroupLoan_BranchClosingBalanceSummary String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_pn23ei3c StackTrace: at GroupLoan_BranchClosingBalanceSummary.ExportToExcel(DataTable DT, String fileName) at GroupLoan_BranchClosingBalanceSummary.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 03:44:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 03:44:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 05:28:33 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 05:28:33 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 05:44:51 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 05:44:51 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 06:20:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 23/12/2025 06:20:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 23/12/2025 06:20:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 23/12/2025 06:30:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 23/12/2025 06:30:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 23/12/2025 06:30:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 23/12/2025 06:30:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 23/12/2025 06:30:56 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 23/12/2025 06:31:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 23/12/2025 06:31:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 23/12/2025 06:31:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 23/12/2025 06:31:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 23/12/2025 06:31:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 23/12/2025 06:31:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 23/12/2025 06:31:44 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 23/12/2025 08:24:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 08:24:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 08:32:48 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 23/12/2025 08:32:48 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 23/12/2025 09:42:39 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 24/12/2025 06:48:10 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 06:48:10 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 10:38:32 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 10:38:32 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 10:41:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 10:41:49 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 10:44:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 10:44:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 10:46:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 10:46:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 10:48:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 10:48:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 10:53:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 10:53:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 10:56:42 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 10:56:42 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 11:08:37 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 11:08:37 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 11:15:03 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 11:15:03 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 11:15:07 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 11:15:07 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 12:11:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 12:11:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 12:21:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 12:21:03 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 12:27:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 12:27:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 12:29:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 12:29:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 12:47:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 12:47:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 01:29:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 01:29:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 02:22:33 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 02:22:33 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 03:43:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 03:43:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 03:48:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 03:48:55 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 04:43:44 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='12/24/2025 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='103' AND a.CenterOfficerId='EMP00079' AND a.CenterId='103009' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 24/12/2025 04:53:07 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 24/12/2025 05:07:20 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 05:07:20 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 05:17:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 05:17:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 05:52:22 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 24/12/2025 05:54:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='107' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 24/12/2025 05:54:28 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='107' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 24/12/2025 06:47:41 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 06:47:41 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 06:50:16 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 06:50:16 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 07:23:12 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 24/12/2025 07:41:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 07:41:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 08:16:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 08:16:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 08:28:29 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 08:28:29 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 09:08:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 09:08:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 24/12/2025 11:37:44 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 24/12/2025 11:37:44 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 07:35:35 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 25/12/2025 07:35:35 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 25/12/2025 10:37:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 10:37:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 10:39:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 10:39:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 10:40:39 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 10:40:39 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 10:41:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 10:41:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 10:42:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 10:42:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 10:45:12 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 10:45:12 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 10:46:48 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 10:46:48 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 10:47:11 AM PageName: DataTableResult String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='M101001026'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 25/12/2025 10:47:11 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @MemberId VARCHAR(20); SET @MemberId='M101001026'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=@MemberId); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupMemberFullDetailRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanMemberDetail a WITH(nolock) LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE a.MemberId=@MemberId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupMemberFullDetail() TargetSite: Void GroupMemberFullDetail() Time: 25/12/2025 10:48:34 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 10:48:34 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 10:51:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 10:51:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 10:55:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 10:55:14 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 11:07:03 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 11:07:03 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 12:11:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 12:11:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 12:16:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 12:16:29 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 12:40:02 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 12:40:02 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 12:57:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 12:57:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 01:46:34 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 01:46:34 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 02:50:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 02:50:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 03:32:15 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 03:32:15 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 03:37:19 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 25/12/2025 04:15:53 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 25/12/2025 04:54:09 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 04:54:09 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 04:58:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 04:58:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 05:25:49 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 25/12/2025 05:28:37 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 25/12/2025 05:37:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 05:37:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 05:39:39 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 05:39:39 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 07:46:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 07:46:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 07:51:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 07:51:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 08:14:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 08:14:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 08:26:43 PM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 08:26:59 PM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 08:29:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 08:29:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 08:38:36 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 08:38:36 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 08:43:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 08:43:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 25/12/2025 08:46:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 25/12/2025 08:46:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 10:06:29 AM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 26/12/2025 10:12:54 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 10:12:54 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 10:19:06 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 10:19:06 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 10:20:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: DECLARE @FTable TABLE ( BranchName varchar(50), NoOfOfficer INT, NoOfCenter INT, NoOfLoans INT, LoanAmount DECIMAL(18,2), TotalInterest DECIMAL(18,2), DisburseAmount DECIMAL(18,2), NoOfLoanPer DECIMAL(18,2), LoanAmountPer DECIMAL(18,2) ); INSERT INTO @FTable ( BranchName, NoOfOfficer, NoOfCenter, NoOfLoans, LoanAmount, TotalInterest, DisburseAmount ) SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.DisburseAmount)AS DisburseAmount FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanDisbursed','LoanClosed') AND a.DisburseDate>='11/1/2025 12:00:00 AM' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 26/12/2025 10:30:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 10:30:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 10:34:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 10:34:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 10:35:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 10:35:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 10:38:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 10:38:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 10:42:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 10:42:07 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 10:52:24 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 10:52:24 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 11:12:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 11:12:18 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 11:19:24 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 11:19:24 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 11:57:13 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 11:57:13 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 11:58:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 11:58:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 12:18:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 12:18:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 12:32:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 12:32:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 12:32:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 26/12/2025 12:32:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 26/12/2025 12:48:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 12:48:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 12:53:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 12:53:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 01:01:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 01:01:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 01:02:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 01:02:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 01:06:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 01:06:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 01:23:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 01:23:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 01:26:49 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/12/2025 01:30:39 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/12/2025 01:32:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 01:32:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 01:38:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 01:38:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 01:44:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 01:44:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 01:59:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 01:59:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 01:59:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 01:59:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 02:00:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 02:00:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 02:03:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 02:03:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 02:24:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 02:24:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 02:40:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 02:40:08 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 02:48:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 02:48:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 02:52:15 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 02:52:15 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 02:53:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 02:53:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 03:11:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/12/2025 03:21:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 03:21:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 03:21:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 03:21:30 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 03:33:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 03:33:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 03:34:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 03:34:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 03:54:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 26/12/2025 03:54:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 26/12/2025 05:10:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 05:10:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 05:13:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 05:13:49 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 05:16:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 05:16:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 05:19:29 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 05:19:29 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 05:42:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 05:42:10 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 08:05:28 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 08:05:28 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 08:16:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 08:16:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 08:29:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 08:29:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 08:52:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 26/12/2025 08:52:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 26/12/2025 11:01:19 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 26/12/2025 11:01:21 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 26/12/2025 11:02:08 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 26/12/2025 11:37:06 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 27/12/2025 08:51:12 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 08:51:12 AM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 09:22:20 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 27/12/2025 09:22:45 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 27/12/2025 10:32:35 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 10:32:35 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 10:32:38 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 10:32:38 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 10:46:25 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 10:46:25 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 10:48:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 10:48:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 10:52:32 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 10:52:32 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 10:54:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 10:54:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 11:01:45 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 11:01:45 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 11:04:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 11:04:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 11:06:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 11:06:27 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 11:19:02 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 11:19:02 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 12:24:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 12:24:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 12:25:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 12:25:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 12:48:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 12:48:46 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 12:51:33 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 12:51:33 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 01:29:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 01:29:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 01:31:23 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 01:31:23 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 01:51:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 01:51:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 01:55:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 01:55:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 02:36:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 02:36:41 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 02:36:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 02:36:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 02:36:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 02:36:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 02:37:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 02:37:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 03:09:16 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 03:09:16 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 03:40:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 27/12/2025 03:40:58 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 27/12/2025 03:47:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 27/12/2025 03:47:17 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 27/12/2025 03:47:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 03:47:17 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 03:56:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 03:56:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 03:59:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 03:59:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 04:02:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 04:02:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 04:08:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 04:08:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 04:16:15 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 04:16:15 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 04:30:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 04:30:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 04:38:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 04:38:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 04:41:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 04:41:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 04:42:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 04:42:00 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 04:44:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 04:44:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 04:53:45 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 27/12/2025 04:58:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 04:58:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 05:01:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 05:01:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 05:02:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 05:02:03 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 05:02:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 05:02:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 05:12:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 05:12:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 05:31:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 05:31:49 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 05:32:18 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 05:32:18 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 06:04:20 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 27/12/2025 06:04:20 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 27/12/2025 11:14:11 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/01/2026 10:40:34 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 10:40:34 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 12:38:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 12:38:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 12:47:39 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 12:47:39 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 12:48:49 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 12:48:49 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 01:24:21 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 01:24:21 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 02:24:28 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/01/2026 02:25:17 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 03/01/2026 02:25:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 02:25:26 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 02:53:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 02:53:31 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 03:06:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 03:06:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 03:11:44 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 03:11:44 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 03:14:46 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 03:14:46 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 03:21:30 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 03:21:30 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 03:30:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 03:30:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 03:37:59 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 03:37:59 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 03:44:37 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 03:44:37 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 03:46:55 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 03:46:55 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 04:28:55 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 04:28:55 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 04:37:53 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 04:37:53 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 04:49:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 04:49:38 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 04:56:12 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 04:56:12 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 05:10:38 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 05:10:38 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 05:46:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='107' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 03/01/2026 05:46:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='107' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 03/01/2026 05:47:02 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 03/01/2026 05:50:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 05:50:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 06:50:30 PM PageName: AdminChangePassword String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Code StackTrace: at ClassMaster.GetMenuPageURL(DataTable dt, String PageName, String Token) at AdminChangePassword.Page_Load(Object sender, EventArgs e) TargetSite: System.String GetMenuPageURL(System.Data.DataTable, System.String, System.String) Time: 03/01/2026 08:10:22 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 08:10:22 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 03/01/2026 08:11:15 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 03/01/2026 08:11:15 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/01/2026 07:38:43 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/01/2026 07:38:43 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/01/2026 07:43:27 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/01/2026 07:43:27 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/01/2026 07:47:56 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 04/01/2026 07:47:56 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 04/01/2026 10:05:57 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/01/2026 07:38:01 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='1/5/2026 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00093' AND a.CenterId='N2:01:05005' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 05/01/2026 07:38:08 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='1/5/2026 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='105' AND a.CenterOfficerId='EMP00093' AND a.CenterId='N2:01:05005' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 05/01/2026 07:45:40 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='1/5/2026 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00092' AND a.CenterId='101028' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 05/01/2026 10:31:43 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 10:31:43 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 10:41:22 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 05/01/2026 10:41:22 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 05/01/2026 10:45:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 10:45:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 10:49:40 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 10:49:40 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 10:52:13 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 10:52:13 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 10:56:19 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 10:56:19 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 11:08:32 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 11:08:32 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 11:28:22 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 11:28:22 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 12:30:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 12:30:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 12:31:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 12:31:50 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 12:33:30 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 12:33:30 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 12:47:24 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 12:47:24 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 01:03:42 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 01:03:42 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 01:40:43 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckMemberDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 05/01/2026 02:03:35 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 02:03:35 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 03:06:53 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 03:06:53 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 03:15:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 03:15:34 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 03:41:43 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 03:41:43 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 03:43:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 03:43:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 03:44:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 03:44:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 03:48:03 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 03:48:03 PM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 03:50:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 03:50:24 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 03:59:15 PM PageName: GroupLoan_GroupLoanCloserCertificate String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanCloserCertificate.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/01/2026 03:59:31 PM PageName: GroupLoan_GroupLoanCloserCertificate String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanCloserCertificate.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 03:59:31 PM PageName: GroupLoan_GroupLoanCloserCertificate String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_b0u2w45w StackTrace: at GroupLoan_GroupLoanCloserCertificate.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanCloserCertificate.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 04:05:31 PM PageName: GroupLoan_GroupLoanCloserCertificate String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanCloserCertificate.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/01/2026 04:06:21 PM PageName: GroupLoan_GroupLoanCloserCertificate String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanCloserCertificate.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/01/2026 04:23:34 PM PageName: GroupLoan_GroupLoanCloserCertificate String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanCloserCertificate.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 05/01/2026 04:30:00 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanApplicationVerification.d__0.MoveNext() TargetSite: Void MoveNext() Time: 05/01/2026 05:10:33 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 05/01/2026 05:10:44 PM PageName: GroupLoan_GroupLoanApplicationVerification String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanApplicationVerification.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 05/01/2026 05:17:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 05/01/2026 05:17:35 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='101' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 05/01/2026 05:47:52 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 05:47:52 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 07:41:30 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, a.LoanOfficerId, a.LoanOfficerName, a.CenterId, a.CenterName, a.GroupName, a.MemberId, a.MemberName, a.LoanId, convert(CHAR,a.DisburseDate,106)AS DisburseDate, a.LoanAmount, a.TotalInterest, a.DisburseAmount, dbo.FunNumberOfCharacterFromNumber(a.LoanAmount/2000)AS LoanAmountStr, a.DisburseMode, a.DisburseHeadId, a.DisburseVoucherId, a.DisburseTransId, convert(CHAR,a.FirstEMIDate,106)AS FirstEMIDate, convert(CHAR,a.ExpiryDate,106)AS ExpiryDate, rtrim(convert(CHAR,a.DisburseEntryTime,106))+'-'+rtrim(convert(CHAR,a.DisburseEntryTime,108))AS DisburseEntryTime, a.DisburseEntryUser, a.LoanStatus, a.LoanCycle, a.GLoanTypeNo, rtrim(convert(CHAR,a.LoanTerm))+'-'+a.LoanTermMode AS LoanTerm, a.InterestMethod, a.LoanPurpose, a.LoanFunder, a.NomineeName, a.MemberBankName, a.BankIFSCCode, a.BankAccountNo, a.MobileNo, a.ContactNo, (SELECT ReportValue FROM ProjectReportSetting WITH(nolock) WHERE ReportName='GroupLoanDisbursementReportHTML')AS HTMLReportPageName FROM GroupLoanAccount a WITH(nolock) WHERE a.LoanStatus IN ('LoanDisbursed','LoanClosed') String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupLoanDisbursementReportBM.btnSearch_Click(Object sender, EventArgs e) TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 05/01/2026 07:56:05 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 07:56:05 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 07:58:10 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 07:58:10 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 08:12:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 08:12:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 08:30:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 08:30:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 08:42:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 08:42:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 08:52:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 08:52:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 10:49:26 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 05/01/2026 10:49:26 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 05/01/2026 11:31:45 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 06/01/2026 07:02:56 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 07:02:56 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 10:25:34 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 10:25:34 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 10:39:09 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 10:39:09 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 10:39:12 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 10:39:12 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 10:43:51 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 10:43:51 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 12:07:50 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 12:07:50 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 01:02:00 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 01:02:01 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 01:02:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 01:02:03 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 03:14:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 03:14:52 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 05:03:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 05:03:05 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 05:47:20 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.FillEmployee() TargetSite: Void FillEmployee() Time: 06/01/2026 05:47:20 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.FillCenter() TargetSite: Void FillCenter() Time: 06/01/2026 05:51:29 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 05:51:29 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 05:55:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 05:55:50 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 06:02:55 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 06:02:55 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 06:06:15 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 06/01/2026 06:21:32 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 06:21:32 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 06:26:12 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 06:26:12 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 06:26:17 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 06:26:17 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 08:18:57 PM PageName: GroupLoan_GroupLoanDisbursement String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanDisbursement.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 06/01/2026 08:23:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 08:23:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 08:31:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 08:31:34 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 08:37:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 06/01/2026 08:37:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 06/01/2026 10:14:43 PM PageName: GroupLoan_GroupLoanSanction String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: The given path's format is not supported. Source: mscorlib StackTrace: at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpServerUtility.MapPath(String path) at GroupLoan_GroupLoanSanction.CreateMemberFolder() TargetSite: System.String CanonicalizePath(System.String, Boolean) Time: 07/01/2026 10:22:51 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 10:22:51 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 10:47:21 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 10:47:21 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 10:48:42 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 10:48:42 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 10:52:34 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 10:52:34 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 10:55:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 10:55:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 10:56:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 10:56:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 10:58:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 10:58:39 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 11:05:45 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 11:05:45 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 11:13:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 11:13:03 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 11:36:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 11:36:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 11:52:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 11:52:52 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 12:05:34 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/01/2026 12:06:02 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 07/01/2026 12:11:36 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='1/7/2026 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='102' AND a.CenterOfficerId='EMP00082' AND a.CenterId='N2:01:02022' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 07/01/2026 12:18:02 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 12:18:02 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 12:18:47 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 12:18:47 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 12:21:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 12:21:36 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 12:23:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 12:23:44 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 12:30:50 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 12:30:50 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 01:26:57 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 01:26:57 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 01:57:32 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 01:57:32 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 02:05:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 02:05:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 03:33:22 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 03:33:22 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 03:43:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 03:43:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 03:48:10 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 03:48:10 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 03:49:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 03:49:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 03:54:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 03:54:39 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 04:07:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 04:07:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 04:09:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 04:09:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 04:11:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 04:11:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 04:18:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 04:18:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 04:22:42 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 04:22:42 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 04:30:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 04:30:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 04:33:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 04:33:59 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 04:39:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 04:39:24 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 04:43:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 04:43:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 04:52:20 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 04:52:20 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 04:55:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 04:55:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 04:57:48 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 07/01/2026 04:57:48 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 07/01/2026 05:00:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 05:00:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 05:06:56 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 05:06:56 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 05:07:45 PM PageName: LoanOfficerMasterPage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Method not found: 'System.String ClassMaster.CreateLoanOfficerMenu24(System.Data.DataTable)'. Source: App_Web_h5kl50hz StackTrace: at LoanOfficerMasterPage.LoanOfficerMenuList() at LoanOfficerMasterPage.Page_Load(Object sender, EventArgs e) TargetSite: Void LoanOfficerMenuList() Time: 07/01/2026 05:07:57 PM PageName: LoanOfficerMasterPage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Method not found: 'System.String ClassMaster.CreateLoanOfficerMenu24(System.Data.DataTable)'. Source: App_Web_h5kl50hz StackTrace: at LoanOfficerMasterPage.LoanOfficerMenuList() at LoanOfficerMasterPage.Page_Load(Object sender, EventArgs e) TargetSite: Void LoanOfficerMenuList() Time: 07/01/2026 05:08:10 PM PageName: LoanOfficerMasterPage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Method not found: 'System.String ClassMaster.CreateLoanOfficerMenu24(System.Data.DataTable)'. Source: App_Web_h5kl50hz StackTrace: at LoanOfficerMasterPage.LoanOfficerMenuList() at LoanOfficerMasterPage.Page_Load(Object sender, EventArgs e) TargetSite: Void LoanOfficerMenuList() Time: 07/01/2026 05:11:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 05:11:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 05:16:39 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 05:16:39 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 05:16:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 05:16:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 05:20:07 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 05:20:07 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 05:22:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 05:22:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 05:28:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 07/01/2026 05:28:06 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 07/01/2026 05:30:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 05:30:45 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 05:34:48 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 05:34:48 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 05:51:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 05:51:09 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 06:18:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 06:18:14 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 06:19:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 06:19:18 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 08:04:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 08:04:25 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 08:28:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 08:28:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 08:30:52 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 08:30:52 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 08:36:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 08:36:38 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 08:58:19 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 08:58:19 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 09:05:51 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 09:05:51 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 10:28:05 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 10:28:05 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 07/01/2026 10:28:52 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 07/01/2026 10:28:52 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 06:38:37 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 06:38:37 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 09:07:24 AM PageName: LoanOfficerMasterPage String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Method not found: 'System.String ClassMaster.CreateLoanOfficerMenu24(System.Data.DataTable)'. Source: App_Web_h5kl50hz StackTrace: at LoanOfficerMasterPage.LoanOfficerMenuList() at LoanOfficerMasterPage.Page_Load(Object sender, EventArgs e) TargetSite: Void LoanOfficerMenuList() Time: 08/01/2026 10:46:34 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 10:46:34 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 10:47:36 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 10:47:36 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 10:51:05 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 10:51:05 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 10:53:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 10:53:41 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 10:56:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 10:56:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 11:00:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 11:00:17 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 11:05:01 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 11:05:01 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 11:13:39 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 11:13:39 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 11:27:17 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 08/01/2026 11:27:17 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 08/01/2026 11:27:34 AM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='1/12/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 08/01/2026 11:27:45 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 08/01/2026 11:27:45 AM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 08/01/2026 11:27:57 AM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='1/12/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='102' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 08/01/2026 12:22:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 12:22:26 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 12:24:47 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 12:24:47 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 12:28:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 12:28:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 12:50:35 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 12:50:35 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 01:51:11 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 01:51:11 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 01:58:12 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 01:58:12 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 02:01:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 02:01:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 03:26:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 03:26:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 03:46:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 03:46:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 03:52:56 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 03:52:56 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 03:53:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 03:53:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 04:58:11 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 04:58:11 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 05:11:12 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 05:11:12 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 08:08:20 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 08:08:20 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 08:15:29 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 08:15:29 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 08:22:51 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 08:22:51 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 08:24:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 08:24:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 08:48:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 08:48:22 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 09:15:37 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 09:15:37 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 09:16:09 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 08/01/2026 09:16:09 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 08/01/2026 10:23:08 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 09/01/2026 10:26:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 10:26:02 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 10:28:06 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 10:28:06 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 10:31:45 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 10:31:45 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 10:34:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 10:34:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 10:47:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 10:47:58 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 10:52:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 10:52:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 11:10:02 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 11:10:02 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 11:14:16 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 11:14:16 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 11:15:41 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.btnExport_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 09/01/2026 11:16:06 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 11:16:06 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 12:00:21 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 12:00:21 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 12:19:09 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 12:19:09 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 12:19:12 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 12:19:12 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 12:29:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 12:29:32 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 12:32:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 12:32:59 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 12:34:15 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 02:05:16 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 02:05:16 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 02:27:58 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 09/01/2026 02:27:58 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 09/01/2026 02:27:58 PM PageName: GroupLoan_GroupLoanDemandSheet String str: DECLARE @ODate DATE; SET @ODate='1/14/2026 12:00:00 AM'; DECLARE @FTable TABLE ( BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MeetingType VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), NomineeName VARCHAR(60), MobileNo varchar(20), ContactNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), LoanTerm INT, ODFromDate VARCHAR(20), NoOfOD INT, DueDate VARCHAR(20), DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), Outstanding DECIMAL(10,2), BalanceAmount DECIMAL(10,2), PayableAmount DECIMAL(10,2), DemandAmount DECIMAL(10,2), TodayPaidAmount DECIMAL(10,2), TodayNotReceived DECIMAL(10,2) ); DECLARE @CTable TABLE ( BranchName VARCHAR(50), CenterOfficerId VARCHAR(20), CenterOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20) ); INSERT INTO @CTable ( BranchName, CenterOfficerId, CenterOfficerName, CenterId, CenterName, MeetingDay, MeetingTime ) SELECT a.BranchName, a.CenterOfficerId, a.CenterOfficerName, a.CenterId, a.CenterName, a.MeetingDay, a.MeetingTime FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.MeetingType='Weekly' AND a.MeetingDay=datename(dw, @ODate) AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 09/01/2026 02:56:42 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 02:56:42 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 03:12:04 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 09/01/2026 03:12:26 PM PageName: DataTableResult String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='InActive' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'BankType'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 09/01/2026 03:12:26 PM PageName: UserMasterSetting_BankNameMaster String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='InActive' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ytgy2fsv StackTrace: at UserMasterSetting_BankNameMaster.FillData() TargetSite: Void FillData() Time: 09/01/2026 03:13:18 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 09/01/2026 03:15:51 PM PageName: DataTableResult String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='Active' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'BankType'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 09/01/2026 03:15:51 PM PageName: UserMasterSetting_BankNameMaster String str: SELECT BankId, BankName, BankType, BankStatus FROM BankNameMaster WITH(nolock) WHERE 1=1 AND BankStatus='Active' ORDER BY BankStatus, BankName ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_ytgy2fsv StackTrace: at UserMasterSetting_BankNameMaster.FillData() TargetSite: Void FillData() Time: 09/01/2026 03:31:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 03:31:42 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 04:18:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 04:18:46 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 04:19:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 04:19:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 07:39:44 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 07:39:44 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 08:04:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 09/01/2026 08:04:50 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 09/01/2026 09:01:30 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 09/01/2026 09:27:58 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 09/01/2026 09:33:32 PM PageName: GroupLoan_GroupMemberRegistrationVerificationNew String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: String was not recognized as a valid DateTime. Source: mscorlib StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at DateConversion.DateHelper.ConvertDate(String s) at GroupLoan_GroupMemberRegistrationVerificationNew.CheckNomineeDOB() TargetSite: System.DateTime Parse(System.String, System.Globalization.DateTimeFormatInfo, System.Globalization.DateTimeStyles) Time: 09/01/2026 10:16:07 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillEmployee() TargetSite: Void FillEmployee() Time: 09/01/2026 10:16:07 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='104' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.FillCenter() TargetSite: Void FillCenter() Time: 09/01/2026 10:16:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 10/01/2026 10:36:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 10:36:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 10:38:34 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 10:38:34 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 10:40:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 10:40:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 10:42:29 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 10:42:29 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 10:42:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 10:42:57 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 10:49:17 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 10:49:17 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 10:49:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 10:49:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 10:59:07 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 10:59:07 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 11:11:46 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 11:11:46 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 11:35:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 11:35:47 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 12:17:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 12:17:12 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 12:17:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 12:17:27 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 12:21:05 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 12:21:05 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 12:32:39 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 12:32:39 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 12:43:54 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 12:43:54 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 01:12:20 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 01:12:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 01:26:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 01:26:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 01:35:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 01:35:16 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 02:01:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 02:01:33 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 02:07:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 02:07:19 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 02:12:43 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 02:12:43 PM PageName: GroupLoan_GroupLoanDisbursementReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_hpfjrdxw StackTrace: at GroupLoan_GroupLoanDisbursementReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 02:23:38 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 02:23:38 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 02:24:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 02:24:25 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 02:24:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 02:24:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 02:59:10 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 02:59:10 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 03:45:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 03:45:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 04:24:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 04:24:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 04:24:28 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 04:24:28 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 04:52:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 04:52:51 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 10/01/2026 05:46:20 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 10/01/2026 05:46:20 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 11/01/2026 03:03:15 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='1/12/2026 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='106' AND a.CenterOfficerId='EMP00104' AND a.CenterId='N2:01:06008' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 12/01/2026 07:09:02 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/01/2026 07:09:02 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 07:09:06 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/01/2026 07:09:06 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 10:41:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/01/2026 10:41:04 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 10:44:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/01/2026 10:44:54 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 10:48:23 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/01/2026 10:48:23 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 10:51:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/01/2026 10:51:23 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 11:46:58 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/01/2026 11:46:58 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 11:57:30 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/01/2026 11:57:30 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 01:25:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/01/2026 01:25:02 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 02:05:05 PM PageName: DataTableResult String str: DECLARE @SanctionId VARCHAR(20); SET @SanctionId='GS10000052'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=(SELECT MemberId FROM GroupLoanAccount WHERE SanctionId=@SanctionId)); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, x.LoanFormNo AS C71, x.LoanCycle AS C72, x.GLoanTypeName AS C73, x.GLoanTypeNo AS C74, x.LoanTermMode AS C75, x.LoanTerm AS C76, x.InterestMethod AS C77, x.InterestRate AS C78, x.LoanPurpose AS C79, x.ApplicationId AS C80, x.ApplicationAmount AS C81, convert(CHAR,x.ApplicationDate,106) AS C82, x.SanctionId AS C83, x.ApprovalAmount AS C84, convert(CHAR,x.ApprovalDate,106) AS C85, convert(CHAR,x.ExpectedDisburseDate,106) AS C86, convert(CHAR,x.FirstEMIDate,106) AS C87, x.ProcessingFee AS C88, x.SecurityFee AS C89, x.InsuranceFee AS C90, x.OtherFee AS C91, x.ServiceTax AS C92, x.TotalFee AS C93, x.EMIAmount AS C94, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanSanctionLetterRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanAccount x WITH(nolock) INNER JOIN GroupLoanMemberDetail a WITH(nolock) ON x.MemberId=a.MemberId LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE x.SanctionId=@SanctionId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/01/2026 02:05:05 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @SanctionId VARCHAR(20); SET @SanctionId='GS10000052'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=(SELECT MemberId FROM GroupLoanAccount WHERE SanctionId=@SanctionId)); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS C0, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS C2, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS C3, isnull(a.MemberId,'N/A')AS C4, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS C5, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS C6, isnull(a.MemberGender,'N/A')AS C7, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS C8, isnull(a.MemberMobileNo,'N/A')AS C9, isnull(a.MemberOccupation,'N/A')AS C10, isnull(b.MemberEducation,'N/A')AS C11, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS C12, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS C13, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS C14, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS C15, isnull(a.NomineeGender,'N/A')AS C16, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS C17, isnull(a.NomineeMobileNo,'N/A')AS C18, isnull(a.NomineeOccupation,'N/A')AS C19, isnull(b.NomineeEducation,'N/A')AS C20, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS C21, isnull(a.NomineeRelation,'N/A')AS C22, isnull(b.MemberReligion,'N/A')AS C23, isnull(b.MemberCategory,'N/A')AS C24, isnull(b.MemberMaritalStatus,'N/A')AS C25, isnull(b.LoanPurpose,'N/A')AS C26, isnull(convert(CHAR,b.LoanAmount),'N/A')AS C27, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS C28, isnull(b.SpouseName,'N/A')AS C29, isnull(b.BankAccountType,'N/A')AS C30, isnull(b.MemberBankName,'N/A')AS C31, isnull(b.BankAccountNo,'N/A')AS C32, isnull(b.BankIFSCCode,'N/A')AS C33, isnull(b.BankBranchName,'N/A')AS C34, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS C35, isnull(b.LocationType,'N/A')AS C36, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS C37, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS C38, isnull(a.MemberAadharNo,'N/A')AS C41, isnull(a.MemberPanNo,'N/A')AS C42, isnull(a.MemberVoterIdNo,'N/A')AS C43, isnull(a.MemberDLNo,'N/A')AS C44, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS C45, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS C46, isnull(a.NomineeAadharNo,'N/A')AS C47, isnull(a.NomineeVoterIdNo,'N/A')AS C48, isnull(a.NomineePANNo,'N/A')AS C49, isnull(a.NomineeDLNo,'N/A')AS C50, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS C51, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS C52, @URL+@Folder+a.MemberPhoto AS C53, @URL+@Folder+a.MemberSignature AS C54, @URL+@Folder+a.MemberPOIFront AS C55, @URL+@Folder+a.MemberPOIBack AS C56, @URL+@Folder+a.MemberPOAFront AS C57, @URL+@Folder+a.MemberPOABack AS C58, @URL+@Folder+a.MemberBankPassBook AS C59, @URL+@Folder+a.NomineePhoto AS C60, @URL+@Folder+a.NomineeSignature AS C61, @URL+@Folder+a.NomineePOIFront AS C62, @URL+@Folder+a.NomineePOIBack AS C63, @URL+@Folder+a.NomineePOAFront AS C64, @URL+@Folder+a.NomineePOABack AS C65, @URL+@Folder+a.MemberNomineeJointPhoto AS C66, isnull(a.RationCard,'N/A')AS C67, isnull(a.ElectricityBill,'N/A')AS C68, x.LoanFormNo AS C71, x.LoanCycle AS C72, x.GLoanTypeName AS C73, x.GLoanTypeNo AS C74, x.LoanTermMode AS C75, x.LoanTerm AS C76, x.InterestMethod AS C77, x.InterestRate AS C78, x.LoanPurpose AS C79, x.ApplicationId AS C80, x.ApplicationAmount AS C81, convert(CHAR,x.ApplicationDate,106) AS C82, x.SanctionId AS C83, x.ApprovalAmount AS C84, convert(CHAR,x.ApprovalDate,106) AS C85, convert(CHAR,x.ExpectedDisburseDate,106) AS C86, convert(CHAR,x.FirstEMIDate,106) AS C87, x.ProcessingFee AS C88, x.SecurityFee AS C89, x.InsuranceFee AS C90, x.OtherFee AS C91, x.ServiceTax AS C92, x.TotalFee AS C93, x.EMIAmount AS C94, c.ToiletFacility AS C101, c.WaterFacility AS C102, c.WaterPurification AS C103, c.ElectricityConnection AS C104, c.SolarPanel AS C105, c.FoodPreparation AS C106, c.EligibleChildren AS C107, c.EligibleGirlChild AS C108, c.LivingType AS C109, c.HouseType AS C110, c.NumberOfRoom AS C111, c.LiveStock AS C112, c.NoOfVehicles AS C113, c.LandInAcres AS C114, c.NoOfChildren AS C115, c.Siblings AS C116, c.MembersInFamily AS C117, c.WorkingMember AS C118, c.MemberReputation AS C119, c.WorkingStatus AS C120, c.BusinessSalaried AS C121, c.WorkingProfile AS C122, c.WorkingSince AS C123, c.ParentalBusiness AS C124, c.PresentResidence AS C125, c.MonthlySavings AS C126, c.ActiveLoanBank AS C127, c.BorrowFrequently AS C128, c.InformalLenders AS C129, c.FamilyBusinessIncome AS C130, c.SalaryPensionIncome AS C131, c.WagesIncome AS C132, c.OtherIncome AS C133, c.Salary AS C134, c.Rent AS C135, c.Scholarship AS C136, c.GovernmentScheme AS C137, c.Agriculture AS C138, c.Other AS C139, c.TotalIncome AS C140, c.Food AS C141, c.Education AS C142, c.Health AS C143, c.EMIOfLoan AS C144, c.HouseRent AS C145, c.ElectricityTax AS C146, c.WaterTax AS C147, c.PartyFucntion AS C148, c.FareCloth AS C149, c.OtherExpenses AS C150, c.TotalExpenses AS C151, d.ChildName AS C175, d.ChildAge AS C176, d.ChildGender AS C177, d.IdentityProofType AS C178, d.IdentityProofNo AS C179, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanSanctionLetterRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM GroupLoanAccount x WITH(nolock) INNER JOIN GroupLoanMemberDetail a WITH(nolock) ON x.MemberId=a.MemberId LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE x.SanctionId=@SanctionId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanSanctionLetter() TargetSite: Void GroupLoanSanctionLetter() Time: 12/01/2026 02:05:14 PM PageName: DataTableResult String str: DECLARE @SanctionId VARCHAR(20); SET @SanctionId='GS10000052'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=(SELECT MemberId FROM GroupLoanAccount WHERE SanctionId=@SanctionId)); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS BranchName, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS GroupOfficerName, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS CenterName, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS MemberJoinDate, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS MemberName, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS MemberGuardianName, isnull(a.MemberGender,'N/A')AS MemberGender, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS MemberDOB, isnull(a.MemberMobileNo,'N/A')AS MemberMobileNo, isnull(a.MemberOccupation,'N/A')AS MemberOccupation, isnull(b.MemberEducation,'N/A')AS MemberEducation, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS MemberAnnualIncome, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS FamilyAnnualExpence, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS NomineeName, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS NomineeGuardianName, isnull(a.NomineeGender,'N/A')AS NomineeGender, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS NomineeDOB, isnull(a.NomineeMobileNo,'N/A')AS NomineeMobileNo, isnull(a.NomineeOccupation,'N/A')AS NomineeOccupation, isnull(b.NomineeEducation,'N/A')AS NomineeEducation, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS NomineeAnnualIncome, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(b.MemberReligion,'N/A')AS MemberReligion, isnull(b.MemberCategory,'N/A')AS MemberCategory, isnull(b.MemberMaritalStatus,'N/A')AS MemberMaritalStatus, isnull(b.LoanPurpose,'N/A')AS LoanPurpose, isnull(convert(CHAR,b.LoanAmount),'N/A')AS LoanAmount, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS MemberDOM, isnull(b.SpouseName,'N/A')AS SpouseName, isnull(b.BankAccountType,'N/A')AS BankAccountType, isnull(b.MemberBankName,'N/A')AS MemberBankName, isnull(b.BankAccountNo,'N/A')AS BankAccountNo, isnull(b.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(b.BankBranchName,'N/A')AS BankBranchName, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS MemberLatitudeLongitude, isnull(b.LocationType,'N/A')AS LocationType, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS PostalAddress, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS PermanentAddress, isnull(a.MemberAadharNo,'N/A')AS MemberAadharNo, isnull(a.MemberPanNo,'N/A')AS MemberPanNo, isnull(a.MemberVoterIdNo,'N/A')AS MemberVoterIdNo, isnull(a.MemberDLNo,'N/A')AS MemberDLNo, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS MemberPOIType, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS MemberPOAType, isnull(a.NomineeAadharNo,'N/A')AS NomineeAadharNo, isnull(a.NomineeVoterIdNo,'N/A')AS NomineeVoterIdNo, isnull(a.NomineePANNo,'N/A')AS NomineePANNo, isnull(a.NomineeDLNo,'N/A')AS NomineeDLNo, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS NomineePOIType, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS NomineePOAType, @URL+@Folder+a.MemberPhoto AS MemberPhoto, @URL+@Folder+a.MemberSignature AS MemberSignature, @URL+@Folder+a.MemberPOIFront AS MemberPOIFront, @URL+@Folder+a.MemberPOIBack AS MemberPOIBack, @URL+@Folder+a.MemberPOAFront AS MemberPOAFront, @URL+@Folder+a.MemberPOABack AS MemberPOABack, @URL+@Folder+a.MemberBankPassBook AS MemberBankPassBook, @URL+@Folder+a.NomineePhoto AS NomineePhoto, @URL+@Folder+a.NomineeSignature AS NomineeSignature, @URL+@Folder+a.NomineePOIFront AS NomineePOIFront, @URL+@Folder+a.NomineePOIBack AS NomineePOIBack, @URL+@Folder+a.NomineePOAFront AS NomineePOAFront, @URL+@Folder+a.NomineePOABack AS NomineePOABack, @URL+@Folder+a.MemberNomineeJointPhoto AS MemberNomineeJointPhoto, isnull(a.RationCard,'N/A')AS RationCard, isnull(a.ElectricityBill,'N/A')AS ElectricityBill, x.LoanFormNo AS LoanFormNo, x.LoanCycle AS LoanCycle, x.GLoanTypeName AS GLoanTypeName, x.GLoanTypeNo AS GLoanTypeNo, x.LoanTermMode AS LoanTermMode, x.LoanTerm AS LoanTerm, x.InterestMethod AS InterestMethod, x.LoanPurpose AS LoanPurpose, x.ApplicationId AS ApplicationId, x.ApplicationAmount AS ApplicationAmount, convert(CHAR,x.ApplicationDate,106) AS ApplicationDate, x.SanctionId AS SanctionId, x.ApprovalAmount AS ApprovalAmount, convert(CHAR,x.ApprovalDate,106) AS ApprovalDate, convert(CHAR,x.ExpectedDisburseDate,106) AS ExpectedDisburseDate, convert(CHAR,x.FirstEMIDate,106) AS FirstEMIDate, x.ProcessingFee AS ProcessingFee, x.SecurityFee AS SecurityFee, x.InsuranceFee AS InsuranceFee, x.OtherFee AS OtherFee, x.ServiceTax AS ServiceTax, x.TotalFee AS TotalFee, x.EMIAmount AS EMIAmount, c.ToiletFacility AS ToiletFacility, c.WaterFacility AS WaterFacility, c.WaterPurification AS WaterPurification, c.ElectricityConnection AS ElectricityConnection, c.SolarPanel AS SolarPanel, c.FoodPreparation AS FoodPreparation, c.EligibleChildren AS EligibleChildren, c.EligibleGirlChild AS EligibleGirlChild, c.LivingType AS LivingType, c.HouseType AS HouseType, c.NumberOfRoom AS NumberOfRoom, c.LiveStock AS LiveStock, c.NoOfVehicles AS NoOfVehicles, c.LandInAcres AS LandInAcres, c.NoOfChildren AS NoOfChildren, c.Siblings AS Siblings, c.MembersInFamily AS MembersInFamily, c.WorkingMember AS WorkingMember, c.MemberReputation AS MemberReputation, c.WorkingStatus AS WorkingStatus, c.BusinessSalaried AS BusinessSalaried, c.WorkingProfile AS WorkingProfile, c.WorkingSince AS WorkingSince, c.ParentalBusiness AS ParentalBusiness, c.PresentResidence AS PresentResidence, c.MonthlySavings AS MonthlySavings, c.ActiveLoanBank AS ActiveLoanBank, c.BorrowFrequently AS BorrowFrequently, c.InformalLenders AS InformalLenders, c.FamilyBusinessIncome AS FamilyBusinessIncome, c.SalaryPensionIncome AS SalaryPensionIncome, c.WagesIncome AS WagesIncome, c.OtherIncome AS OtherIncome, c.Salary AS Salary, c.Rent AS Rent, c.Scholarship AS Scholarship, c.GovernmentScheme AS GovernmentScheme, c.Agriculture AS Agriculture, c.Other AS Other, c.TotalIncome AS TotalIncome, c.Food AS Food, c.Education AS Education, c.Health AS Health, c.EMIOfLoan AS EMIOfLoan, c.HouseRent AS HouseRent, c.ElectricityTax AS ElectricityTax, c.WaterTax AS WaterTax, c.PartyFucntion AS PartyFucntion, c.FareCloth AS FareCloth, c.OtherExpenses AS OtherExpenses, c.TotalExpenses AS TotalExpenses, d.ChildName AS ChildName, d.ChildAge AS ChildAge, d.ChildGender AS ChildGender, d.IdentityProofType AS IdentityProofType, d.IdentityProofNo AS IdentityProofNo, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail3, (SELECT GroupLoanSanctionLetter FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS GroupLoanSanctionLetter FROM GroupLoanAccount x WITH(nolock) INNER JOIN GroupLoanMemberDetail a WITH(nolock) ON x.MemberId=a.MemberId LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE x.SanctionId=@SanctionId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Invalid column name 'GroupLoanSanctionLetter'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/01/2026 02:05:14 PM PageName: GroupLoan_PrintGroupLoanSanctionLetterHTML String str: DECLARE @SanctionId VARCHAR(20); SET @SanctionId='GS10000052'; DECLARE @URL VARCHAR(100); SET @URL=(SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1); DECLARE @Folder VARCHAR(100); SET @Folder=(SELECT replace(KYCFolderLocation,'~/','')+'/' FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=(SELECT MemberId FROM GroupLoanAccount WHERE SanctionId=@SanctionId)); SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'N/A')+')' AS BranchName, isnull(a.GroupOfficerName,'N/A')+' ('+isnull(a.GroupOfficerId,'N/A')+')'AS GroupOfficerName, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'N/A')+')'AS CenterName, isnull(convert(CHAR,a.MemberJoinDate,106),'N/A')AS MemberJoinDate, isnull(a.MemberId,'N/A')AS MemberId, isnull(a.MemberSalutation,'N/A')+' '+isnull(a.MemberName,'N/A')AS MemberName, isnull(a.GuardianSalutation,'N/A')+' '+isnull(a.MemberGuardianName,'N/A')AS MemberGuardianName, isnull(a.MemberGender,'N/A')AS MemberGender, rtrim(isnull(convert(CHAR,a.MemberDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.MemberAge),'N/A'))+')'AS MemberDOB, isnull(a.MemberMobileNo,'N/A')AS MemberMobileNo, isnull(a.MemberOccupation,'N/A')AS MemberOccupation, isnull(b.MemberEducation,'N/A')AS MemberEducation, rtrim(isnull(convert(CHAR,a.MemberAnnualIncome),'N/A'))AS MemberAnnualIncome, rtrim(isnull(convert(CHAR,a.FamilyAnnualExpence),'N/A'))AS FamilyAnnualExpence, isnull(a.NomineeSalutation,'N/A')+' '+isnull(a.NomineeName,'N/A')AS NomineeName, isnull(a.NomineeGuardianSalutation,'N/A')+' '+isnull(a.NomineeGuardianName,'N/A')AS NomineeGuardianName, isnull(a.NomineeGender,'N/A')AS NomineeGender, rtrim(isnull(convert(CHAR,a.NomineeDOB,106),'N/A'))+' ('+rtrim(isnull(convert(CHAR,a.NomineeAge),'N/A'))+')'AS NomineeDOB, isnull(a.NomineeMobileNo,'N/A')AS NomineeMobileNo, isnull(a.NomineeOccupation,'N/A')AS NomineeOccupation, isnull(b.NomineeEducation,'N/A')AS NomineeEducation, isnull(convert(CHAR,a.NomineeAnnualIncome),'N/A')AS NomineeAnnualIncome, isnull(a.NomineeRelation,'N/A')AS NomineeRelation, isnull(b.MemberReligion,'N/A')AS MemberReligion, isnull(b.MemberCategory,'N/A')AS MemberCategory, isnull(b.MemberMaritalStatus,'N/A')AS MemberMaritalStatus, isnull(b.LoanPurpose,'N/A')AS LoanPurpose, isnull(convert(CHAR,b.LoanAmount),'N/A')AS LoanAmount, rtrim(isnull(convert(CHAR,b.MemberDOM),'N/A'))AS MemberDOM, isnull(b.SpouseName,'N/A')AS SpouseName, isnull(b.BankAccountType,'N/A')AS BankAccountType, isnull(b.MemberBankName,'N/A')AS MemberBankName, isnull(b.BankAccountNo,'N/A')AS BankAccountNo, isnull(b.BankIFSCCode,'N/A')AS BankIFSCCode, isnull(b.BankBranchName,'N/A')AS BankBranchName, isnull(a.MemberLatitude,'N/A')+' - '+isnull(a.MemberLongitude,'N/A')AS MemberLatitudeLongitude, isnull(b.LocationType,'N/A')AS LocationType, isnull(b.PostalAddress,'N/A')+' '+isnull(b.PostalHouseNo,'N/A')+' '+isnull(b.PostalVillageName,'N/A')+' '+isnull(b.PostalPostOffice,'N/A')+' '+isnull(b.PostalAreaName,'N/A')+' '+isnull(b.PostalLandMark,'N/A')+' '+isnull(b.PostalCityName,'N/A')+' '+isnull(b.PostalDistrictName,'N/A')+' '+isnull(b.PostalStateName,'N/A')+' '+isnull(b.PostalPinCode,'N/A')AS PostalAddress, isnull(b.PermanentAddress,'N/A')+' '+isnull(b.PermanentHouseNo,'N/A')+' '+isnull(b.PermanentVillageName,'N/A')+' '+isnull(b.PermanentPostOffice,'N/A')+' '+isnull(b.PermanentAreaName,'N/A')+' '+isnull(b.PermanentLandMark,'N/A')+' '+isnull(b.PermanentCityName,'N/A')+' '+isnull(b.PermanentDistrictName,'N/A')+' '+isnull(b.PermanentStateName,'N/A')+' '+isnull(b.PermanentPinCode,'N/A')AS PermanentAddress, isnull(a.MemberAadharNo,'N/A')AS MemberAadharNo, isnull(a.MemberPanNo,'N/A')AS MemberPanNo, isnull(a.MemberVoterIdNo,'N/A')AS MemberVoterIdNo, isnull(a.MemberDLNo,'N/A')AS MemberDLNo, isnull(a.MemberPOIType,'N/A')+' ( '+isnull(a.MemberPOINo,'N/A')+' )'AS MemberPOIType, isnull(a.MemberPOAType,'N/A')+' ( '+isnull(a.MemberPOANo,'N/A')+' )'AS MemberPOAType, isnull(a.NomineeAadharNo,'N/A')AS NomineeAadharNo, isnull(a.NomineeVoterIdNo,'N/A')AS NomineeVoterIdNo, isnull(a.NomineePANNo,'N/A')AS NomineePANNo, isnull(a.NomineeDLNo,'N/A')AS NomineeDLNo, isnull(a.NomineePOIType,'N/A')+' ( '+isnull(a.NomineePOINo,'N/A')+' )'AS NomineePOIType, isnull(a.NomineePOAType,'N/A')+' ( '+isnull(a.NomineePOANo,'N/A')+' )'AS NomineePOAType, @URL+@Folder+a.MemberPhoto AS MemberPhoto, @URL+@Folder+a.MemberSignature AS MemberSignature, @URL+@Folder+a.MemberPOIFront AS MemberPOIFront, @URL+@Folder+a.MemberPOIBack AS MemberPOIBack, @URL+@Folder+a.MemberPOAFront AS MemberPOAFront, @URL+@Folder+a.MemberPOABack AS MemberPOABack, @URL+@Folder+a.MemberBankPassBook AS MemberBankPassBook, @URL+@Folder+a.NomineePhoto AS NomineePhoto, @URL+@Folder+a.NomineeSignature AS NomineeSignature, @URL+@Folder+a.NomineePOIFront AS NomineePOIFront, @URL+@Folder+a.NomineePOIBack AS NomineePOIBack, @URL+@Folder+a.NomineePOAFront AS NomineePOAFront, @URL+@Folder+a.NomineePOABack AS NomineePOABack, @URL+@Folder+a.MemberNomineeJointPhoto AS MemberNomineeJointPhoto, isnull(a.RationCard,'N/A')AS RationCard, isnull(a.ElectricityBill,'N/A')AS ElectricityBill, x.LoanFormNo AS LoanFormNo, x.LoanCycle AS LoanCycle, x.GLoanTypeName AS GLoanTypeName, x.GLoanTypeNo AS GLoanTypeNo, x.LoanTermMode AS LoanTermMode, x.LoanTerm AS LoanTerm, x.InterestMethod AS InterestMethod, x.LoanPurpose AS LoanPurpose, x.ApplicationId AS ApplicationId, x.ApplicationAmount AS ApplicationAmount, convert(CHAR,x.ApplicationDate,106) AS ApplicationDate, x.SanctionId AS SanctionId, x.ApprovalAmount AS ApprovalAmount, convert(CHAR,x.ApprovalDate,106) AS ApprovalDate, convert(CHAR,x.ExpectedDisburseDate,106) AS ExpectedDisburseDate, convert(CHAR,x.FirstEMIDate,106) AS FirstEMIDate, x.ProcessingFee AS ProcessingFee, x.SecurityFee AS SecurityFee, x.InsuranceFee AS InsuranceFee, x.OtherFee AS OtherFee, x.ServiceTax AS ServiceTax, x.TotalFee AS TotalFee, x.EMIAmount AS EMIAmount, c.ToiletFacility AS ToiletFacility, c.WaterFacility AS WaterFacility, c.WaterPurification AS WaterPurification, c.ElectricityConnection AS ElectricityConnection, c.SolarPanel AS SolarPanel, c.FoodPreparation AS FoodPreparation, c.EligibleChildren AS EligibleChildren, c.EligibleGirlChild AS EligibleGirlChild, c.LivingType AS LivingType, c.HouseType AS HouseType, c.NumberOfRoom AS NumberOfRoom, c.LiveStock AS LiveStock, c.NoOfVehicles AS NoOfVehicles, c.LandInAcres AS LandInAcres, c.NoOfChildren AS NoOfChildren, c.Siblings AS Siblings, c.MembersInFamily AS MembersInFamily, c.WorkingMember AS WorkingMember, c.MemberReputation AS MemberReputation, c.WorkingStatus AS WorkingStatus, c.BusinessSalaried AS BusinessSalaried, c.WorkingProfile AS WorkingProfile, c.WorkingSince AS WorkingSince, c.ParentalBusiness AS ParentalBusiness, c.PresentResidence AS PresentResidence, c.MonthlySavings AS MonthlySavings, c.ActiveLoanBank AS ActiveLoanBank, c.BorrowFrequently AS BorrowFrequently, c.InformalLenders AS InformalLenders, c.FamilyBusinessIncome AS FamilyBusinessIncome, c.SalaryPensionIncome AS SalaryPensionIncome, c.WagesIncome AS WagesIncome, c.OtherIncome AS OtherIncome, c.Salary AS Salary, c.Rent AS Rent, c.Scholarship AS Scholarship, c.GovernmentScheme AS GovernmentScheme, c.Agriculture AS Agriculture, c.Other AS Other, c.TotalIncome AS TotalIncome, c.Food AS Food, c.Education AS Education, c.Health AS Health, c.EMIOfLoan AS EMIOfLoan, c.HouseRent AS HouseRent, c.ElectricityTax AS ElectricityTax, c.WaterTax AS WaterTax, c.PartyFucntion AS PartyFucntion, c.FareCloth AS FareCloth, c.OtherExpenses AS OtherExpenses, c.TotalExpenses AS TotalExpenses, d.ChildName AS ChildName, d.ChildAge AS ChildAge, d.ChildGender AS ChildGender, d.IdentityProofType AS IdentityProofType, d.IdentityProofNo AS IdentityProofNo, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyName, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail1, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail2, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS CompanyDetail3, (SELECT GroupLoanSanctionLetter FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS GroupLoanSanctionLetter FROM GroupLoanAccount x WITH(nolock) INNER JOIN GroupLoanMemberDetail a WITH(nolock) ON x.MemberId=a.MemberId LEFT JOIN GroupLoanMemberNominee b WITH(nolock) ON a.MemberId=b.MemberId LEFT JOIN GroupLoanMemberFinance c WITH(nolock) ON a.MemberId=c.MemberId LEFT JOIN GroupLoanMemberChildren d WITH(nolock) ON a.MemberId=d.MemberId WHERE x.SanctionId=@SanctionId ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_PrintGroupLoanSanctionLetterHTML.GroupLoanSanctionLetter() TargetSite: Void GroupLoanSanctionLetter() Time: 12/01/2026 02:21:03 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001449' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 12/01/2026 02:21:50 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 12/01/2026 02:21:50 PM PageName: GroupLoan_PrintGroupLoanFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oiwkkuil StackTrace: at GroupLoan_PrintGroupLoanFullDetailHTML.GroupLoanDemandSheet() TargetSite: Void GroupLoanDemandSheet() Time: 12/01/2026 02:22:02 PM PageName: DataTableResult String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00001449' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'KYCFolderLocation'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/01/2026 02:22:02 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT isnull(a.BranchName,'N/A')+' ('+isnull(a.BranchId,'')+')'AS C0, isnull(a.LoanOfficerName,'N/A')+' ('+isnull(a.LoanOfficerId,'')+')'AS C1, isnull(a.CenterName,'N/A')+' ('+isnull(a.CenterId,'')+')'AS C2, isnull(a.GroupName,'N/A')AS C3, isnull(c.MeetingType,'N/A')AS C4, CASE WHEN c.MeetingType='Monthly' THEN convert(CHAR,c.MeetingDate) WHEN c.MeetingType IN ( 'Weekly','BiWeekly' ) THEN c.MeetingDay ELSE '' END AS C5, isnull(c.MeetingTime,'N/A')AS C6, isnull(c.MeetingDetail,'N/A')AS C7, isnull(a.MemberId,'N/A')AS C11, isnull(a.MemberName,'N/A')AS C12, isnull(b.MemberGender,'N/A')AS C13, CASE WHEN b.MemberDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberDOB,106)) END +' ('+CASE WHEN b.MemberAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,b.MemberAge)) END +')' AS C14, isnull(b.GuardianSalutation,'')+' '+isnull(b.MemberGuardianName,'N/A')AS C15, isnull(b.MemberMobileNo,'N/A')AS C16, isnull(b.NomineeMobileNo,'N/A')AS C17, isnull(b.MemberAddress,'N/A')AS C18, isnull(b.MemberOccupation,'N/A')AS C19, isnull(Convert(CHAR,b.MemberAnnualIncome),'N/A')AS C20, isnull(a.NomineeName,'N/A')AS C31, CASE WHEN a.NomineeDOB IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeDOB,106)) END +' ('+CASE WHEN a.NomineeAge IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.NomineeAge)) END +')' AS C32, isnull(a.NomineeRelation,'N/A')AS C33, isnull(a.NomineeAddress,'N/A')AS C34, isnull(a.LoanId,'N/A')AS C41, CASE WHEN a.LoanCycle IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanCycle)) END AS C42, isnull(a.GLoanTypeName,'N/A')AS C43, isnull(a.GLoanTypeNo,'N/A')AS C44, CASE WHEN a.LoanTerm IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanTerm)) END +'-'+isnull(a.LoanTermMode,'N/A')AS C45, CASE WHEN a.LoanAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.LoanAmount)) END AS C51, CASE WHEN a.TotalInterest IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.TotalInterest)) END AS C52, CASE WHEN a.EMIAmount IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.EMIAmount)) END AS C53, isnull(a.LoanPurpose,'N/A')AS C54, isnull(a.LoanFunder,'N/A')AS C55, CASE WHEN a.DisburseDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.DisburseDate,106)) END AS C56, CASE WHEN a.ExpiryDate IS NULL THEN 'N/A' ELSE rtrim(Convert(CHAR,a.ExpiryDate,106)) END AS C57, (SELECT CompanyURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)+replace(b.KYCFolderLocation,'~/','')+'/'+b.MemberNomineeJointPhoto AS C58, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardFrontPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95, (SELECT CompanyImageURL FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C94 FROM GroupLoanAccount a WITH(nolock) LEFT JOIN GroupLoanMemberDetail b WITH(nolock) ON a.MemberId=b.MemberId INNER JOIN GroupCenterMaster c WITH(nolock) ON a.CenterId=c.CenterId WHERE a.LoanId='GL00001449' ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardFront() TargetSite: Void GroupLoanCardFront() Time: 12/01/2026 02:22:19 PM PageName: DataTableResult String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00001449' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Invalid column name 'PBal'. Invalid column name 'IBal'. Invalid column name 'TBal'. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 12/01/2026 02:22:19 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @FTable TABLE ( SrNo INT IDENTITY(1,1), LoanId VARCHAR(50), DueDate VARCHAR(20), DNo INT, Principal decimal(10,2), Interest decimal(10,2), EMI decimal(10,2), PrincipalBalance decimal(10,2), InterestBalance decimal(10,2), EMIBalance decimal(10,2), PrincipalTotal decimal(10,2), InterestTotal decimal(10,2), EMITotal decimal(10,2), PartNo INT ); INSERT INTO @FTable ( LoanId, DueDate, DNo, Principal, Interest, EMI, PrincipalBalance, InterestBalance, EMIBalance ) SELECT a.LoanId, rtrim(convert(CHAR,a.DDate,103))AS DueDated, a.DNo, SUM(a.Prin)AS Principal, SUM(a.Intt)AS Interest, SUM(a.Total)AS TotalEMI, MAX(a.PBal)AS PrincialBalance, MAX(a.IBal)AS IinterestBalance, MAX(a.TBal)AS TotalBalance FROM GroupLoanLedger a WITH(nolock) WHERE a.DNo>0 AND a.LoanId='GL00001449' GROUP BY a.LoanId, rtrim(convert(CHAR,a.DDate,103)), a.DNo ORDER BY a.DNo ; UPDATE ta SET ta.PartNo=(SELECT count(1)/2 FROM @FTable), ta.PrincipalTotal=(SELECT SUM(Principal) FROM @FTable), ta.InterestTotal=(SELECT SUM(Interest) FROM @FTable), ta.EMITotal=(SELECT SUM(EMI) FROM @FTable) FROM @FTable ta; SELECT LoanId AS C0, DueDate AS C1, DNo AS C2, Principal AS C3, Interest AS C4, EMI AS C5, PrincipalBalance AS C6, InterestBalance AS C7, EMIBalance AS C8, PrincipalTotal AS C9, InterestTotal AS C10, EMITotal AS C11, PartNo AS C12, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanCardBackPotraitRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable WHERE 1=1 ORDER BY SrNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_h5kl50hz StackTrace: at GroupLoan_PrintRDLCPage.GroupLoanCardBack() TargetSite: Void GroupLoanCardBack() Time: 12/01/2026 02:22:23 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='GL00001449' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 12/01/2026 04:07:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/01/2026 04:07:25 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 05:30:54 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/01/2026 05:30:54 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 06:49:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 12/01/2026 06:49:49 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='105' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 12/01/2026 06:50:10 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 12/01/2026 07:01:15 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 07:34:59 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/01/2026 07:34:59 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 08:33:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/01/2026 08:33:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 08:47:20 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/01/2026 08:47:20 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 08:53:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/01/2026 08:53:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 09:18:13 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 12/01/2026 09:18:13 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 12/01/2026 09:26:30 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/01/2026 07:10:30 AM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='SGL0003206' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 13/01/2026 07:59:43 AM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/01/2026 10:03:46 AM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='1/19/2026 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00102' AND a.CenterId='N2:01:01022' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 13/01/2026 10:27:56 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 10:27:56 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 10:46:44 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 10:46:44 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 10:50:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 10:50:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 10:53:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 10:53:24 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 11:05:15 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 11:05:15 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 11:20:46 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 11:20:46 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 11:43:31 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 11:43:31 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 12:10:30 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 12:10:30 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 12:26:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 12:26:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 12:57:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 12:57:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 02:29:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 02:29:04 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 02:55:37 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 02:55:37 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 03:55:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 03:55:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 03:55:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 03:55:57 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 04:35:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 04:35:13 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 05:51:31 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/01/2026 05:52:54 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 13/01/2026 07:45:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 07:45:19 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 08:22:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 08:22:52 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 08:29:06 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 08:29:07 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 08:43:51 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 08:43:51 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 08:46:26 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 08:46:26 PM PageName: GroupLoan_GroupLoanEMIPaidReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_ot0fwllr StackTrace: at GroupLoan_GroupLoanEMIPaidReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 08:51:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 13/01/2026 08:51:40 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 13/01/2026 11:36:39 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 14/01/2026 07:01:26 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 07:01:26 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 09:14:05 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 09:14:38 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 09:15:11 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 09:16:06 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 09:16:45 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 09:17:11 AM PageName: GroupLoan_GroupLoanArrearOrODReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 10:18:15 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 10:18:15 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 10:35:07 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 10:35:07 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 10:54:43 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 10:54:43 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 11:05:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 11:05:08 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 11:09:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 11:09:35 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 11:10:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 11:10:26 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 11:11:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 11:11:33 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 11:21:46 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 11:21:46 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 11:29:43 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 11:29:43 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 11:30:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 11:30:48 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 11:41:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 11:41:16 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 12:02:01 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 12:02:01 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 12:06:29 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 12:06:29 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 12:22:16 PM PageName: GroupLoan_PrintGroupMemberFullDetailHTML String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_kttifbvd StackTrace: at GroupLoan_PrintGroupMemberFullDetailHTML.Page_Load(Object sender, EventArgs e) TargetSite: Void Page_Load(System.Object, System.EventArgs) Time: 14/01/2026 12:28:43 PM PageName: GroupLoan_PrintRDLCPage String str: SELECT a.DNo AS C0, Convert(CHAR,a.DDate,106)AS C1, replace(convert(CHAR,a.Prin),'.00','')AS C2, replace(convert(CHAR,a.Intt),'.00','')AS C3, replace(convert(CHAR,a.Total),'.00','')AS C4, a.PStatus AS C5, Convert(CHAR,a.PDate,106)AS C6, b.LoanId AS C7, b.LoanAmount AS C8, b.EMIAmount AS C9, convert(CHAR,b.DisburseDate,106)AS C10, b.MemberId AS C11, b.MemberName AS C12, b.NomineeName AS C13, b.NomineeRelation AS C14, b.CenterName+' ( '+b.CenterId+' )' AS C15, b.GroupName AS C16, b.LoanOfficerName+' ( '+b.LoanOfficerId+' )' AS C17, b.BranchName+' ( '+b.BranchId+' )' AS C18, b.LoanCycle AS C19, b.GLoanTypeNo+' ( '+b.GLoanTypeName+' )' AS C20, rtrim(convert(CHAR,b.LoanTerm))+' - '+b.LoanTermMode AS C21, b.LoanPurpose AS C22, b.LoanFunder AS C23 FROM GroupLoanLedger a WITH(nolock) INNER JOIN GroupLoanAccount b WITH(nolock) ON a.LoanId=b.LoanId WHERE a.Total>0 AND b.LoanId='SGL0003225' ORDER BY a.DNo, a.PNo ; String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Column 'C95' does not belong to table . Source: System.Data StackTrace: at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at GroupLoan_PrintRDLCPage.GroupLoanFullDetail() TargetSite: System.Data.DataColumn GetDataColumn(System.String) Time: 14/01/2026 01:53:12 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 01:53:12 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 02:12:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 02:12:37 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 02:45:11 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 14/01/2026 02:45:23 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.btnSubmit_Click(Object sender, EventArgs e) TargetSite: Void btnSubmit_Click(System.Object, System.EventArgs) Time: 14/01/2026 03:21:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 03:21:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 03:23:29 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 03:23:29 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 03:25:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 03:25:47 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 03:31:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 03:31:43 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 03:35:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 03:35:04 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 03:48:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 03:48:11 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 03:48:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 03:48:31 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 04:07:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 04:07:57 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 05:49:04 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 05:49:04 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 05:50:28 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillEmployee() TargetSite: Void FillEmployee() Time: 14/01/2026 05:50:28 PM PageName: GroupLoan_GroupLoanDemandSheet String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='106' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.FillCenter() TargetSite: Void FillCenter() Time: 14/01/2026 06:06:41 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 06:06:41 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 06:21:43 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='1/14/2026 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03037' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 14/01/2026 06:21:43 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='1/14/2026 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03037' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 14/01/2026 06:21:43 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='1/14/2026 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03037' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 14/01/2026 06:21:43 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='1/14/2026 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03037' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 14/01/2026 06:21:43 PM PageName: GroupLoan_GroupLoanRepaymentMultiple String str: DECLARE @ODate DATE; SET @ODate='1/14/2026 12:00:00 AM'; SELECT TOP 100 tt.MemberId, tt.MemberName, tt.NomineeName, tt.LoanId, substring(tt.DueStr,1,10) AS DueDate, Convert(INT,substring(tt.DueStr,12,4)) AS DueNo, Convert(INT,substring(tt.DueStr,17,2)) AS PaidNo, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN 0 ELSE Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate) *(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS Penalty, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01-(Convert(DECIMAL(10,2),substring(tt.DueStr,30,10))-.01) AS PrincipalDue, Convert(DECIMAL(10,2), substring(tt.DueStr,30,10))-.01 AS InterestDue, Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01 AS TotalDue, CASE WHEN @ODate<=convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)) THEN (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01) ELSE (Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)+Convert(DECIMAL(10,0),datediff(day,convert(DATETIME,substring(tt.DueStr,4,3)+substring(tt.DueStr,1,3)+substring(tt.DueStr,7,4)),@ODate)*(Convert(DECIMAL(10,2),substring(tt.DueStr,20,10))-.01)*tt.PenaltyRateAnnual/36500.00) END AS TotalPayable, tt.ODAmount, tt.BalanceAmount, Convert(CHAR,tt.LastPaidDate,106)AS LastPaidDate, Convert(CHAR,tt.LastPaidDate,103)AS LastPaidDated, tt.MeetingAmount, tt.LoanTerm, tt.LoanFormNo, tt.GLoanTypeNo, tt.DisburseDate, tt.ExpiryDate, tt.LoanAmount, tt.EMIAmount, tt.BranchId, tt.BranchName, tt.LoanOfficerId, tt.LoanOfficerName, tt.CenterId, tt.CenterName, tt.GroupName, tt.AccountHeadLoanId, tt.AccountHeadLoanName, tt.AccountHeadInterestId, tt.AccountHeadInterestName, tt.AccountHeadPenaltyId, tt.AccountHeadPenaltyName FROM ( SELECT ld.MemberId, ld.MemberName, ld.NomineeName, ld.LoanId, isnull((SELECT MAX(PDate) FROM GroupLoanLedger WITH(nolock) WHERE LoanId=ld.LoanId ),ld.DisburseDate)AS LastPaidDate, (SELECT TOP 1 rtrim(Convert(CHAR,DDate,103))+rtrim(convert(CHAR,10000+DNo))+rtrim(convert(CHAR,100+PNo))+rtrim(convert(CHAR,1000000.01+Total))+rtrim(convert(CHAR,1000000.01+Intt))AS DueStr FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId ORDER BY DNo, isnull(PNo,99) )AS DueStr, isnull((SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND DDate<@ODate AND LoanId=ld.LoanId),0)AS ODAmount, (SELECT SUM(Total) FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Due' AND LoanId=ld.LoanId)AS BalanceAmount, 0 AS Penalty, lm.PenaltyRateAnnual, isnull(ld.CMEMI,0) AS MeetingAmount, rtrim(convert(CHAR,ld.LoanTerm))+'-'+ld.LoanTermMode AS LoanTerm, ld.LoanFormNo, ld.GLoanTypeNo, rtrim(convert(CHAR,ld.DisburseDate,106))AS DisburseDate, rtrim(convert(CHAR,ld.ExpiryDate,106))AS ExpiryDate, ld.LoanAmount, ld.EMIAmount, ld.BranchId, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.GroupName, lm.AccountHeadLoanId, lm.AccountHeadLoanName, lm.AccountHeadInterestId, lm.AccountHeadInterestName, lm.AccountHeadPenaltyId, lm.AccountHeadPenaltyName FROM GroupLoanAccount ld WITH(nolock) LEFT JOIN GroupLoanNoMaster lm WITH(nolock) ON ld.GLoanTypeNo=lm.GLoanTypeNo WHERE isnull(ld.GroupName,'Group')!='Individual' AND ld.LoanStatus='LoanDisbursed' AND ld.BranchId='103' AND ld.LoanOfficerId='EMP00079' AND ld.CenterId='N2:01:03037' AND ld.LoanTermMode='Weekly' )tt WHERE 1=1 AND tt.DueStr!='' ORDER BY tt.LoanOfficerName, tt.CenterName, tt.MemberName, tt.LoanId String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_oaqqp4iy StackTrace: at GroupLoan_GroupLoanRepaymentMultiple.grdData_RowDataBound(Object sender, GridViewRowEventArgs e) TargetSite: Void grdData_RowDataBound(System.Object, System.Web.UI.WebControls.GridViewRowEventArgs) Time: 14/01/2026 06:39:17 PM PageName: DataTableResult String str: DECLARE @TDate DATE; SET @TDate='1/14/2026 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate='01/01/2026' AND isnull(c.NoOfDay,0)<='14/01/2026' AND a.BranchId='104' AND a.LoanOfficerId='EMP00057' AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Conversion failed when converting the varchar value '01/01/2026' to data type int. Source: .Net SqlClient Data Provider StackTrace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.Read() at System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping) at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) at System.Data.Common.DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) 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(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ClassMaster.DataTableResult(String query) TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action]) Time: 14/01/2026 06:39:17 PM PageName: GroupLoan_GroupLoanArrearOrODReport String str: DECLARE @TDate DATE; SET @TDate='1/14/2026 12:00:00 AM'; SELECT a.BranchName+' ('+a.BranchId+')' AS BranchName, count(DISTINCT a.LoanOfficerId)AS NoOfOfficer, count(DISTINCT a.CenterId)AS NoOfCenter, Count(DISTINCT a.LoanId)AS NoOfLoans, SUM(c.NoOfOD)AS NoOfOD, SUM(c.PrincipalOD)AS PrincipalOD, SUM(c.InterestOD)AS InterestOD, SUM(c.TotalOD)AS TotalOD, SUM(a.LoanAmount)AS LoanAmount, SUM(a.TotalInterest)AS TotalInterest, SUM(a.LoanAmount+a.TotalInterest)AS TotalPayable, SUM(isnull(b.PaidPrincipal,0))AS PaidPrincipal, SUM(isnull(b.PaidInterest,0))AS PaidInterest, SUM(isnull(b.PaidTotal,0))AS PaidTotal, SUM(a.LoanAmount-isnull(b.PaidPrincipal,0))AS BalancePrincipal, SUM(a.TotalInterest-isnull(b.PaidInterest,0))AS BalanceInterest, SUM(a.LoanAmount+a.TotalInterest-isnull(b.PaidTotal,0))AS BalanceTotal FROM GroupLoanAccount a WITH(nolock) LEFT JOIN ( SELECT LoanId, MAX(PDate)AS LastPaidDate, SUM(Prin)AS PaidPrincipal, SUM(Intt)AS PaidInterest, SUM(Total)AS PaidTotal FROM GroupLoanLedger WITH(nolock) WHERE PStatus='Paid' AND PDate0 AND DDate<@TDate AND isnull(PDate,dateadd(day,1,@TDate))>dateadd(day,0,@TDate) GROUP BY LoanId )c ON a.LoanId=c.LoanId WHERE a.DisburseDate='01/01/2026' AND isnull(c.NoOfDay,0)<='14/01/2026' AND a.BranchId='104' AND a.LoanOfficerId='EMP00057' AND isnull(a.GroupName,'GroupLoan')!='Individual' GROUP BY a.BranchName+' ('+a.BranchId+')' ORDER BY a.BranchName+' ('+a.BranchId+')' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_hj4mdpvi StackTrace: at GroupLoan_GroupLoanArrearOrODReport.btnSearch_Click(Object sender, EventArgs e) TargetSite: Void btnSearch_Click(System.Object, System.EventArgs) Time: 14/01/2026 07:19:52 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 14/01/2026 07:38:05 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 07:38:05 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 07:41:42 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 07:41:42 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 08:11:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 08:11:19 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 08:28:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 08:28:23 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 08:34:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 08:34:55 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 08:35:09 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 08:35:09 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 08:43:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 08:43:13 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 08:49:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 08:49:53 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 08:50:42 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='1/15/2026 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01072' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 14/01/2026 10:39:21 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 14/01/2026 10:39:21 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 14/01/2026 10:51:29 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/01/2026 10:36:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 10:36:10 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 10:43:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 10:43:00 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 10:45:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 10:45:59 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 10:48:53 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 10:48:53 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 10:52:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 10:52:01 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 10:53:31 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 10:53:31 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 11:07:05 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 11:07:05 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 11:08:55 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 11:08:55 AM PageName: GroupLoan_GroupLoanNEFTReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_lbdh2rlz StackTrace: at GroupLoan_GroupLoanNEFTReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanNEFTReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 11:11:11 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 11:11:11 AM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 11:14:20 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 11:14:20 AM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 11:56:46 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 11:56:46 AM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 12:33:57 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 12:33:57 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 12:55:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 12:55:21 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 01:04:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 01:04:18 PM PageName: GroupLoan_GroupLoanArrearBucketReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_iimeevnr StackTrace: at GroupLoan_GroupLoanArrearBucketReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanArrearBucketReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 02:55:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 02:55:31 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDisbursementReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 03:44:35 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/01/2026 03:56:00 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/01/2026 04:04:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 04:04:02 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 04:04:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 04:04:35 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 05:22:49 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/01/2026 05:33:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillEmployee() TargetSite: Void FillEmployee() Time: 15/01/2026 05:33:06 PM PageName: GroupLoan_GroupLoanDisbursementReport String str: SELECT DISTINCT a.CenterOfficerId, a.CenterOfficerName, a.CenterOfficerName+' ('+a.CenterOfficerId+')' AS CenterOfficerIdName FROM GroupCenterMaster a WITH(nolock) WHERE a.CenterStatus='Active' AND a.BranchId='103' String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_go5lbyzk StackTrace: at GroupLoan_GroupLoanDisbursementReport.FillCenter() TargetSite: Void FillCenter() Time: 15/01/2026 06:53:51 PM PageName: GroupLoan_PrintRDLCPage String str: DECLARE @ODate DATE; SET @ODate='1/15/2026 12:00:00 AM'; DECLARE @FTable TABLE ( OnDate VARCHAR(20), BranchName VARCHAR(50), LoanOfficerId VARCHAR(20), LoanOfficerName VARCHAR(50), CenterId VARCHAR(20), CenterName VARCHAR(50), MeetingDay VARCHAR(20), MeetingTime VARCHAR(20), MemberId VARCHAR(20), MemberName VARCHAR(60), GuardianName VARCHAR(60), ContactNo varchar(20), MobileNo varchar(20), LoanId VARCHAR(50), LoanCycle VARCHAR(2), DisburseDate VARCHAR(20), LoanAmount DECIMAL(10,2), EMIAmount DECIMAL(10,2), DueDate VARCHAR(20), LoanTerm INT, DueNo INT, LastPaidDate varchar(20), MeetingAmount DECIMAL(10,2), ODAmount DECIMAL(10,2), DueAmount DECIMAL(10,2), BalanceAmount DECIMAL(10,2) ); DECLARE @CTable TABLE ( CenterId VARCHAR(20) ); INSERT INTO @CTable ( CenterId ) SELECT a.CenterId FROM GroupCenterMaster a WITH(nolock) WHERE a.MeetingDay=datename(dw,@ODate) AND a.BranchId='101' AND a.CenterOfficerId='EMP00065' AND a.CenterId='N2:01:01072' ; INSERT INTO @FTable ( OnDate, BranchName, LoanOfficerId, LoanOfficerName, CenterId, CenterName, MemberId, MemberName, LoanId, LoanCycle, DisburseDate, LoanAmount, LoanTerm, EMIAmount, MeetingAmount ) SELECT rtrim(Convert(char,@ODate,106))AS ODate, ld.BranchName, ld.LoanOfficerId, ld.LoanOfficerName, ld.CenterId, ld.CenterName, ld.MemberId, ld.MemberName, ld.LoanId, ld.LoanCycle, rtrim(convert(CHAR,ld.DisburseDate,103))AS DisburseDate, ld.LoanAmount, ld.LoanTerm, ld.EMIAmount, ld.CMEMI AS MeetingAmount FROM GroupLoanAccount ld WITH(nolock) INNER JOIN @CTable b ON ld.CenterId=b.CenterId WHERE ld.LoanStatus='LoanDisbursed'; DECLARE @TTable TABLE ( LoanId VARCHAR(50), DDate DATE, PDate DATE, DNo INT, Total DECIMAL(10,2), PStatus VARCHAR(10) ); INSERT INTO @TTable ( LoanId, DDate, PDate, DNo, Total, PStatus ) SELECT a.LoanId, a.DDate, a.PDate, a.DNo, a.Total, a.PStatus FROM GroupLoanLedger a WITH(nolock) INNER JOIN @FTable b ON a.LoanId=b.LoanId WHERE a.DNo>0 ; UPDATE ta SET ta.MeetingDay=(SELECT MeetingDay FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.MeetingTime=(SELECT MeetingTime FROM GroupCenterMaster WITH(nolock) WHERE CenterId=ta.CenterId) FROM @FTable ta; UPDATE ta SET ta.GuardianName=(SELECT MemberGuardianName FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.ContactNo=(SELECT NomineeMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.MobileNo=(SELECT MemberMobileNo FROM GroupLoanMemberDetail WITH(nolock) WHERE MemberId=ta.MemberId) FROM @FTable ta; UPDATE ta SET ta.DueDate=(SELECT rtrim(Convert(CHAR,MIN(DDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.DueNo=(SELECT MIN(DNo) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; UPDATE ta SET ta.LastPaidDate=(SELECT rtrim(Convert(char,MAX(PDate),103)) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Paid') FROM @FTable ta; UPDATE ta SET ta.ODAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate<@ODate) FROM @FTable ta; UPDATE ta SET ta.DueAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due' AND DDate=@ODate) FROM @FTable ta; UPDATE ta SET ta.BalanceAmount=(SELECT SUM(Total) FROM @TTable WHERE LoanId=ta.LoanId AND PStatus='Due') FROM @FTable ta; SELECT replace(a.OnDate,' ','-')AS C0, a.BranchName AS C1, a.LoanOfficerId AS C2, a.LoanOfficerName AS C3, a.CenterId AS C4, a.CenterName AS C5, a.MemberId AS C6, a.MemberName AS C7, a.GuardianName AS C8, a.MobileNo AS C9, a.ContactNo AS C10, a.LoanId AS C11, replace(a.DueDate,'/20','/')AS C12, a.DueNo AS C13, replace(isnull(a.ODAmount,0.00),'.00','')AS C14, replace(isnull(a.DueAmount,0),'.00','')AS C15, replace(a.BalanceAmount,'.00','') AS C16, CASE WHEN isnull(a.MeetingAmount,0)>0 THEN 0 ELSE isnull(a.ODAmount,0)+isnull(a.DueAmount,0) END AS C17, isnull(a.MeetingAmount,0)AS C18, replace(a.EMIAmount,'.00','') AS C19, replace(a.LoanAmount,'.00','')AS C20, replace(a.LastPaidDate,'/20','/')AS C21, replace(a.DisburseDate,'/20','/')AS C22, a.LoanTerm AS C23, a.MeetingTime AS C24, (SELECT CompanyName FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C99, (SELECT CompanyDetail1 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C98, (SELECT CompanyDetail2 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C97, (SELECT CompanyDetail3 FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C96, (SELECT GroupLoanDemandSheetRDLC FROM ProjectReportSettingMaster WITH(nolock) WHERE 1=1)AS C95 FROM @FTable a WHERE 1=1 AND isnull(a.BalanceAmount,0)>0 ORDER BY a.BranchName, a.LoanOfficerName, a.CenterName, a.MemberName String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Microsoft.Reporting.DefinitionInvalidException: The definition of the report 'Main Report' is invalid. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Message: An error occurred during local report processing. Source: Microsoft.ReportViewer.WebForms StackTrace: at Microsoft.Reporting.WebForms.LocalReport.CompileReport() at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at GroupLoan_PrintRDLCPage.GroupLoanDemandSheet() TargetSite: Void CompileReport() Time: 15/01/2026 08:34:05 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 08:34:05 PM PageName: GroupLoan_GroupLoanDemandSheet String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_rt12vaoo StackTrace: at GroupLoan_GroupLoanDemandSheet.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanDemandSheet.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 08:34:07 PM PageName: AdminLogOut String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at AdminLogOut.btnLogout_Click(Object sender, EventArgs e) TargetSite: Void AbortInternal() Time: 15/01/2026 08:38:49 PM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 08:38:51 PM PageName: GroupLoan_GroupLoanDemandReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Object reference not set to an instance of an object. Source: App_Web_z2ep5h0q StackTrace: at GroupLoan_GroupLoanDemandReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 08:39:10 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 08:39:10 PM PageName: GroupLoan_GroupLoanEMIPaidReport String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_y0ipjhpf StackTrace: at GroupLoan_GroupLoanEMIPaidReport.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanEMIPaidReport.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String) Time: 15/01/2026 08:53:38 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: mscorlib StackTrace: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) TargetSite: Void AbortInternal() Time: 15/01/2026 08:53:38 PM PageName: GroupLoan_GroupLoanStaffPerformanceReportBM String str: String sql: Data: System.Collections.ListDictionaryInternal HelpLink: InnerException: Message: Thread was being aborted. Source: App_Web_5anzrapl StackTrace: at GroupLoan_GroupLoanStaffPerformanceReportBM.ExportToExcel(DataTable DT, String fileName) at GroupLoan_GroupLoanStaffPerformanceReportBM.btnExcel_Click(Object sender, EventArgs e) TargetSite: Void ExportToExcel(System.Data.DataTable, System.String)